mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Change used symbol for sibling parameter
This commit is contained in:
@@ -113,7 +113,7 @@ export class WorkflowDataProxy {
|
||||
name = name.toString();
|
||||
|
||||
let returnValue: INodeParameters | NodeParameterValue | NodeParameterValue[] | INodeParameters[];
|
||||
if (name[0] === '/') {
|
||||
if (name[0] === '&') {
|
||||
const key = name.slice(1);
|
||||
if (!that.siblingParameters.hasOwnProperty(key)) {
|
||||
throw new Error(`Could not find sibling parameter "${key}" on node "${nodeName}"`);
|
||||
|
||||
Reference in New Issue
Block a user