itizawa hace 6 años
padre
commit
b497e9953d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/server/models/user.js

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

@@ -671,6 +671,7 @@ module.exports = function(crowi) {
       debug('emailList is not array');
     }
 
+    // TODO GW-230 use List in client side
     // const afterWorkEmailList = await this.createUserByEmail(emailList);
 
   };