mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Tidy ups to ping (doc), dweet (unrequired util) and ddbout (JSHint)
This commit is contained in:
@@ -36,7 +36,7 @@ function DDBOutNode(n) {
|
||||
ddb.putItem({ "TableName": this.table,
|
||||
"Item": attrWrapper.wrap(msg.payload) },
|
||||
function(err, data) {
|
||||
err && util.log(err);
|
||||
if (err) { util.log(err); }
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user