2
0
Shun Miyazawa 4 жил өмнө
parent
commit
b1a83e03f0

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

@@ -608,7 +608,7 @@ module.exports = function(crowi) {
     //     }
     //   });
 
-    return { createdUserList, existingEmailList, failedToCreateUserEmailList };
+    // return { createdUserList, existingEmailList, failedToCreateUserEmailList };
   };
 
   userSchema.statics.createUserByEmailAndPasswordAndStatus = async function(name, username, email, password, lang, status, callback) {