From 1d2522668a21611aa88328a65d748d2f12a08118 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Fri, 5 Oct 2018 22:45:39 +0930 Subject: [PATCH] Linting --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 815f28d..41d2976 100644 --- a/app.js +++ b/app.js @@ -252,7 +252,7 @@ app.use((req, res, next) => { // update config when modified app.use((req, res, next) => { next(); - if (res.configDirty) { + if(res.configDirty){ config = common.getConfig(); app.config = config; }