itizawa 6 лет назад
Родитель
Сommit
7060e43a16
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/server/models/user.js

+ 0 - 2
src/server/models/user.js

@@ -611,7 +611,6 @@ module.exports = function(crowi) {
   };
 
   userSchema.statics.createUserByEmail = async function(email) {
-
     const configManager = crowi.configManager;
 
     const User = this;
@@ -649,7 +648,6 @@ module.exports = function(crowi) {
   };
 
   userSchema.statics.createUsersByEmailList = async function(emailList) {
-
     const User = this;
 
     // check exists and get list of tyr to create