Skip to content
Snippets Groups Projects
Commit c04ac1dd authored by Gilgard's avatar Gilgard
Browse files

remove todo

parent e228bf92
No related branches found
No related tags found
1 merge request!168Doc
Pipeline #182816 passed
...@@ -72,7 +72,7 @@ class CommunityAdminService { ...@@ -72,7 +72,7 @@ class CommunityAdminService {
/** /**
* Method to delete a community * Method to delete a community
* @param {Number} communityID id of the community to delete. * @param {Number} communityID id of the community to delete.
* @returns TODO * @returns the response.
*/ */
async deleteCommunity(communityID) { async deleteCommunity(communityID) {
return await axios.delete( return await axios.delete(
......
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