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) {
|
||||
data = await routingExecuteFunction(context);
|
||||
}
|
||||
|
||||
if (nodeType.execute) {
|
||||
} else if (nodeType.execute) {
|
||||
data =
|
||||
nodeType instanceof Node
|
||||
? await nodeType.execute(context)
|
||||
|
|
Loading…
Reference in a new issue