Skip to content
Snippets Groups Projects
Commit 580a5fec authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

RASification d'un point virgule, partie 2

parent 8d2ffc9f
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ const getUsersWithAdminRights = (user, groupUID) => {
return adminList.concat(parentAdmins);
});
else
return adminList
return adminList;
});
});
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment