From fa4dbfe9d0945db0ad65ac6b340c9f8408ad7509 Mon Sep 17 00:00:00 2001 From: Mendel Konikov Date: Mon, 26 Feb 2018 16:14:16 -0500 Subject: [PATCH] Trigger build --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index c2bf9648d..3955eee4e 100644 --- a/app.js +++ b/app.js @@ -9,7 +9,7 @@ const { MOUNT_PATH } = require('./url'); const routes = require('./routes'); const debug = require('debug')('talk:app'); const { ENABLE_TRACING, APOLLO_ENGINE_KEY, PORT } = require('./config'); - + const app = express(); //==============================================================================