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