Browse Source

disable return type warning

Futa Arai 2 years ago
parent
commit
e4173b6b67
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/app/src/server/service/user-group.ts

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

@@ -113,6 +113,7 @@ class UserGroupService {
     return userGroup.save();
     return userGroup.save();
   }
   }
 
 
+  // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
   async removeCompletelyByRootGroupId(
   async removeCompletelyByRootGroupId(
       deleteRootGroupId, action, user, transferToUserGroup?: IGrantedGroup,
       deleteRootGroupId, action, user, transferToUserGroup?: IGrantedGroup,
       userGroupModel: Model<UserGroupDocument> & UserGroupModel = UserGroup,
       userGroupModel: Model<UserGroupDocument> & UserGroupModel = UserGroup,