mirror of https://github.com/node-red/node-red.git
Update packages/node_modules/@node-red/nodes/core/function/10-switch.html
parent
1777fc749d
commit
8a04eb2e29
|
@ -184,7 +184,6 @@
|
|||
}
|
||||
if (r.hasOwnProperty('v2')) {
|
||||
if ((msg = RED.utils.validateTypedProperty(r.v2,r.v2t,opt)) !== true) {
|
||||
console.log('HERE2', msg)
|
||||
errors.push(msg)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue