Tidy up listing for some nodes. No functional changes

to make listing task pass
This commit is contained in:
Dave Conway-Jones
2017-04-12 13:32:08 +01:00
parent 8abfd4841d
commit 38d16b8a4d
8 changed files with 32 additions and 32 deletions

View File

@@ -165,7 +165,7 @@ module.exports = function(RED) {
resolve(last);
return onError(err);
}
for (var i=0;i<res.pushes.length; i++) {
for (var i=0; i<res.pushes.length; i++) {
self.pushMsg(res.pushes[i]);
}
try {