mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix
This commit is contained in:
parent
c218d069cd
commit
bd0500488f
|
@ -1119,9 +1119,7 @@ export class WorkflowExecute {
|
||||||
|
|
||||||
if (routingExecuteFunction) {
|
if (routingExecuteFunction) {
|
||||||
data = await routingExecuteFunction(context);
|
data = await routingExecuteFunction(context);
|
||||||
}
|
} else if (nodeType.execute) {
|
||||||
|
|
||||||
if (nodeType.execute) {
|
|
||||||
data =
|
data =
|
||||||
nodeType instanceof Node
|
nodeType instanceof Node
|
||||||
? await nodeType.execute(context)
|
? await nodeType.execute(context)
|
||||||
|
|
Loading…
Reference in a new issue