itizawa před 6 roky
rodič
revize
7060e43a16
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      src/server/models/user.js

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

@@ -611,7 +611,6 @@ module.exports = function(crowi) {
   };
 
   userSchema.statics.createUserByEmail = async function(email) {
-
     const configManager = crowi.configManager;
 
     const User = this;
@@ -649,7 +648,6 @@ module.exports = function(crowi) {
   };
 
   userSchema.statics.createUsersByEmailList = async function(emailList) {
-
     const User = this;
 
     // check exists and get list of tyr to create