From 7352dc7571a14c6ce0ae25d3ce6045ab8e135819 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 21 Feb 2021 20:19:18 +0000 Subject: [PATCH] lint: ImportEtherpad.js --- src/node/utils/ImportEtherpad.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/utils/ImportEtherpad.js b/src/node/utils/ImportEtherpad.js index 6494da56b..7f5c2ab2d 100644 --- a/src/node/utils/ImportEtherpad.js +++ b/src/node/utils/ImportEtherpad.js @@ -65,7 +65,7 @@ exports.setPadRaw = (padId, r) => { if (value.pool) { for (const attrib of Object.keys(value.pool.numToAttrib)) { const attribName = value.pool.numToAttrib[attrib][0]; - if(blockElems.indexOf(attribName) === -1) { + if (blockElems.indexOf(attribName) === -1) { console.warn('Plugin missing: ' + `You might want to install a plugin to support this node name: ${attribName}`); }