itizawa hace 6 años
padre
commit
d92e7c6d58
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
 
   };