Browse Source

clean code

Yuki Takei 2 years ago
parent
commit
fce40fe47a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/server/crowi/index.js

+ 1 - 1
apps/app/src/server/crowi/index.js

@@ -453,7 +453,7 @@ Crowi.prototype.start = async function() {
     this.crowiDev.init();
     this.crowiDev.init();
   }
   }
 
 
-  const { express, configManager } = this;
+  const { express } = this;
 
 
   const app = (this.node_env === 'development') ? this.crowiDev.setupServer(express) : express;
   const app = (this.node_env === 'development') ? this.crowiDev.setupServer(express) : express;