Remove trailing whitespace

This commit is contained in:
Ben Hardill 2022-01-05 10:34:32 +00:00
parent aed1c315ea
commit 829f665245
No known key found for this signature in database
GPG Key ID: 74DD076979ABB1E7

View File

@ -57,7 +57,7 @@ module.exports = function(RED) {
if (Array.isArray(msg.payload)) {
if (msg.payload.length === (msg.topic.split('$').length - 1) ) { bind = msg.payload; }
else { bind = []; }
}
}
node.mydbConfig.db.all(msg.topic, bind, function(err, row) {
if (err) { node.error(err,msg); }
else {