itizawa 6 лет назад
Родитель
Сommit
90fcb259a7
1 измененных файлов с 0 добавлено и 14 удалено
  1. 0 14
      src/server/models/user-group-relation.js

+ 0 - 14
src/server/models/user-group-relation.js

@@ -213,20 +213,6 @@ class UserGroupRelation {
       });
       });
   }
   }
 
 
-  /**
-   * find all "not" related user for UserGroup
-   *
-   * @static
-   * @param {UserGroup} userGroup for find users not related
-   * @returns {Promise<User>}
-   * @memberof UserGroupRelation
-   */
-  static queryUserByNotRelatedGroup(userGroup, query) {
-
-    console.log('relation');
-
-  }
-
   /**
   /**
    * get if the user has relation for group
    * get if the user has relation for group
    *
    *