mizozobu 6 år sedan
förälder
incheckning
974a53e63d
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      src/server/service/app.js
  2. 1 1
      src/server/service/user-group.js

+ 1 - 1
src/server/service/app.js

@@ -2,7 +2,7 @@ const logger = require('@alias/logger')('growi:service:AppService'); // eslint-d
 const { pathUtils } = require('growi-commons');
 
 /**
- * the service class of GlobalNotificationSetting
+ * the service class of AppService
  */
 class AppService {
 

+ 1 - 1
src/server/service/user-group.js

@@ -5,7 +5,7 @@ const mongoose = require('mongoose');
 const UserGroupRelation = mongoose.model('UserGroupRelation');
 
 /**
- * the service class of GlobalNotificationSetting
+ * the service class of UserGroupService
  */
 class UserGroupService {