Skip to content
Snippets Groups Projects
Commit ccc95e50 authored by Erik Borgeteien Hansen's avatar Erik Borgeteien Hansen
Browse files

fix kick request

parent 42f56ef1
No related branches found
No related tags found
Loading
......@@ -46,7 +46,10 @@ class CommunityAdminService {
API_URL + "communities/" + communityID + "/kick",
null,
{
params: { userId: userID },
headers: tokenHeader(),
params: {
userId: userID,
},
}
);
}
......
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