Parcourir la source

Merge pull request #196 from yuki-takei/fix-buildserver-called-twice

fix buildServer() called twice
Sotaro KARASAWA il y a 9 ans
Parent
commit
1dea709ca8
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      lib/crowi/index.js

+ 0 - 2
lib/crowi/index.js

@@ -91,8 +91,6 @@ Crowi.prototype.init = function() {
     return self.setupSlack();
     return self.setupSlack();
   }).then(function() {
   }).then(function() {
     return self.setupCsrf();
     return self.setupCsrf();
-  }).then(function() {
-    return self.buildServer();
   });
   });
 }
 }