2
0
Эх сурвалжийг харах

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

fix buildServer() called twice
Yuki Takei 9 жил өмнө
parent
commit
cf571e7c29
1 өөрчлөгдсөн 0 нэмэгдсэн , 2 устгасан
  1. 0 2
      lib/crowi/index.js

+ 0 - 2
lib/crowi/index.js

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