mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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
@@ -5,7 +5,6 @@ import type {
|
||||
INode,
|
||||
INodeExecutionData,
|
||||
IPollFunctions,
|
||||
IGetExecuteTriggerFunctions,
|
||||
IWorkflowExecuteAdditionalData,
|
||||
WorkflowExecuteMode,
|
||||
WorkflowActivateMode,
|
||||
@@ -15,6 +14,8 @@ import type {
|
||||
IRun,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import type { IGetExecuteTriggerFunctions } from './interfaces';
|
||||
|
||||
@Service()
|
||||
export class TriggersAndPollers {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user