From db8130be4ff97880756c18f20dd5adc072e1faac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Mon, 12 Mar 2018 14:18:07 +0100 Subject: [PATCH] Honor jshint --- lib/cartodb/controllers/layergroup.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/cartodb/controllers/layergroup.js b/lib/cartodb/controllers/layergroup.js index 20408b07..2d0bf710 100644 --- a/lib/cartodb/controllers/layergroup.js +++ b/lib/cartodb/controllers/layergroup.js @@ -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(); }