fatten up rbe icon slightly

This commit is contained in:
Dave Conway-Jones
2015-08-11 19:56:23 +01:00
parent 285450523c
commit e3e2df935f
4 changed files with 56 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ module.exports = function(RED) {
dweetio.listen_for(node.thing, function(dweet) {
// This will be called anytime there is a new dweet for my-thing
if (dweet.content.hasOwnProperty("payload")) {
dweet.payload=dweet.content.payload;
dweet.payload = dweet.content.payload;
} else {
dweet.payload = dweet.content;
}