mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Remove trailing whitespace
This commit is contained in:
parent
aed1c315ea
commit
829f665245
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user