Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Moffat authored and Mark Moffat committed Oct 5, 2018
1 parent 5db27a5 commit 1d25226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1d25226

Please sign in to comment.