mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
refactor(core): Break up more code in the execution engine, and add tests (no-changelog) (#12320)
This commit is contained in:
committed by
GitHub
parent
2f21404987
commit
a8dd35b0f0
@@ -22,13 +22,13 @@ import { ApplicationError, createDeferredPromise } from 'n8n-workflow';
|
||||
import {
|
||||
copyBinaryFile,
|
||||
getBinaryHelperFunctions,
|
||||
getInputConnectionData,
|
||||
getNodeWebhookUrl,
|
||||
getRequestHelperFunctions,
|
||||
returnJsonArray,
|
||||
} from '@/NodeExecuteFunctions';
|
||||
|
||||
import { NodeExecutionContext } from './node-execution-context';
|
||||
import { getInputConnectionData } from './utils/getInputConnectionData';
|
||||
|
||||
export class WebhookContext extends NodeExecutionContext implements IWebhookFunctions {
|
||||
readonly helpers: IWebhookFunctions['helpers'];
|
||||
|
||||
Reference in New Issue
Block a user