Linting
parent
5db27a523b
commit
1d2522668a
2
app.js
2
app.js
|
@ -252,7 +252,7 @@ app.use((req, res, next) => {
|
||||||
// update config when modified
|
// update config when modified
|
||||||
app.use((req, res, next) => {
|
app.use((req, res, next) => {
|
||||||
next();
|
next();
|
||||||
if (res.configDirty) {
|
if(res.configDirty){
|
||||||
config = common.getConfig();
|
config = common.getConfig();
|
||||||
app.config = config;
|
app.config = config;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue