lint: ImportEtherpad.js

This commit is contained in:
John McLear 2021-02-21 20:19:18 +00:00 committed by Richard Hansen
parent 613c7d8545
commit 7352dc7571

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