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