mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
fatten up rbe icon slightly
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user