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

+ 1 - 1
src/server/models/user.js

@@ -671,7 +671,7 @@ module.exports = function(crowi) {
       debug('emailList is not array');
     }
 
-    const afterWorkEmailList = await this.createUserByEmail(emailList);
+    // const afterWorkEmailList = await this.createUserByEmail(emailList);
 
   };