mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
refactor(core): Move more code out of NodeExecutionFunctions, and add unit tests (no-changelog) (#13131)
This commit is contained in:
committed by
GitHub
parent
ccdca6b39f
commit
4577ce0846
@@ -7,13 +7,13 @@ import {
|
||||
Logger,
|
||||
PollContext,
|
||||
TriggerContext,
|
||||
type IGetExecutePollFunctions,
|
||||
type IGetExecuteTriggerFunctions,
|
||||
} from 'n8n-core';
|
||||
import type {
|
||||
ExecutionError,
|
||||
IDeferredPromise,
|
||||
IExecuteResponsePromiseData,
|
||||
IGetExecutePollFunctions,
|
||||
IGetExecuteTriggerFunctions,
|
||||
INode,
|
||||
INodeExecutionData,
|
||||
IRun,
|
||||
|
||||
Reference in New Issue
Block a user