mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Fixing lint issues
This commit is contained in:
parent
d433661ae9
commit
96a1f5d59f
|
@ -263,8 +263,7 @@ export function hookFunctionsPreExecute(parentProcessMode?: string): IWorkflowEx
|
|||
nodeExecutionStack: [],
|
||||
waitingExecution: {},
|
||||
},
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
if (Array.isArray(fullExecutionData.data.resultData.runData[nodeName])) {
|
||||
|
|
Loading…
Reference in a new issue