Skip to content
Snippets Groups Projects
Commit 2d2dedef authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

fix syntax error introduced in efb00845

parent efb00845
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ config = require('../lib/configuration.js'),
heartbeat = require('../lib/heartbeat.js'),
metrics = require('../lib/metrics.js'),
logger = require('../lib/logging.js').logger,
shutdown = require('../lib/shutdown'),
shutdown = require('../lib/shutdown');
var app = undefined;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment