Tidy ups to ping (doc), dweet (unrequired util) and ddbout (JSHint)

This commit is contained in:
Dave C-J
2014-07-25 10:09:35 +01:00
parent 2611853620
commit f121f2683d
3 changed files with 2 additions and 3 deletions

View File

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