Răsfoiți Sursa

remove todo comment

kaori 4 ani în urmă
părinte
comite
8305166f74
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      packages/app/src/server/service/user-group.ts

+ 0 - 1
packages/app/src/server/service/user-group.ts

@@ -25,7 +25,6 @@ class UserGroupService {
     return UserGroupRelation.removeAllInvalidRelations();
     return UserGroupRelation.removeAllInvalidRelations();
   }
   }
 
 
-  // TODO 85062: write test code
   // ref: https://dev.growi.org/61b2cdabaa330ce7d8152844
   // ref: https://dev.growi.org/61b2cdabaa330ce7d8152844
   async updateGroup(id, name?: string, description?: string, parentId?: string | null, forceUpdateParents = false) {
   async updateGroup(id, name?: string, description?: string, parentId?: string | null, forceUpdateParents = false) {
     const userGroup = await UserGroup.findById(id);
     const userGroup = await UserGroup.findById(id);