Skip to content
Snippets Groups Projects
Commit ab1eb276 authored by Anatole ROMON's avatar Anatole ROMON
Browse files

changement de 4 lettres

parent c4946d16
No related branches found
No related tags found
No related merge requests found
......@@ -121,8 +121,8 @@ const createGroupIfLegal = (user, args) => {
return admins.then( admin_list => {
if(admin_list.indexOf(user.id) == -1)
throw "illegal request : you must have admin rights over a group to create a subgroup of that group";
return(getAvailableGroupUID(args.uid).then(res => {
return(getAvailableGroupUID(args.uid).then(rasUID => {
}));
});
};
......
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