itizawa 6 سال پیش
والد
کامیت
7060e43a16
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  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) {
   userSchema.statics.createUserByEmail = async function(email) {
-
     const configManager = crowi.configManager;
     const configManager = crowi.configManager;
 
 
     const User = this;
     const User = this;
@@ -649,7 +648,6 @@ module.exports = function(crowi) {
   };
   };
 
 
   userSchema.statics.createUsersByEmailList = async function(emailList) {
   userSchema.statics.createUsersByEmailList = async function(emailList) {
-
     const User = this;
     const User = this;
 
 
     // check exists and get list of tyr to create
     // check exists and get list of tyr to create