lint: ImportEtherpad.js

pull/4842/head
John McLear 2021-02-21 20:19:18 +00:00 committed by Richard Hansen
parent 613c7d8545
commit 7352dc7571
1 changed files with 1 additions and 1 deletions

View File

@ -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}`);
}