Shun Miyazawa il y a 4 ans
Parent
commit
0e73cb82cd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/server/models/user.js

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

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