mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
A whole bunch of whitespace linting - no functional changes
This commit is contained in:
@@ -67,7 +67,6 @@ module.exports = function(RED) {
|
||||
node.log('subscribing to: '+node.topic);
|
||||
node.client.subscribe(node.topic, function(body, headers) {
|
||||
var newmsg={"headers":headers,"topic":node.topic}
|
||||
|
||||
try {
|
||||
newmsg.payload = JSON.parse(body);
|
||||
}
|
||||
|
Reference in New Issue
Block a user