Browse Source

remove comment

Futa Arai 2 years ago
parent
commit
7ef98c22f5

+ 0 - 4
apps/app/src/features/external-user-group/server/models/external-user-group-relation.ts

@@ -30,10 +30,6 @@ schema.statics.createRelations = async function(userGroupIds, user) {
 
 /**
  * find all user and group relation
- *
- * @static
- * @returns {Promise<UserGroupRelation[]>}
- * @memberof UserGroupRelation
  */
 schema.statics.findAllRelation = async function() {
   return this