Update packages/node_modules/@node-red/nodes/core/function/10-switch.html

This commit is contained in:
Nick O'Leary 2023-12-01 19:40:49 +00:00 committed by GitHub
parent 1777fc749d
commit 8a04eb2e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}
}