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