mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	remove extraneous brace from udp node
This commit is contained in:
		| @@ -222,7 +222,6 @@ module.exports = function(RED) { | ||||
|                 }); | ||||
|                 udpInputPortsInUse[p] = sock; | ||||
|             } | ||||
|         } | ||||
|  | ||||
|             node.on("input", function(msg) { | ||||
|                 if (msg.hasOwnProperty("payload")) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user