Honor jshint

This commit is contained in:
Daniel García Aubert
2018-03-12 14:18:07 +01:00
parent 379b649e95
commit db8130be4f
+2 -1
View File
@@ -526,7 +526,8 @@ function getAffectedTables (layergroupAffectedTables, pgConnection, mapStore) {
const sql = queries.length ? queries.join(';') : null;
if (!sql) {
global.logger.warn('ERROR generating cache channel: this request doesn\'t need an X-Cache-Channel generated');
global.logger.warn('ERROR generating cache channel:' +
' this request doesn\'t need an X-Cache-Channel generated');
return next();
}