mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-08-12 14:50:21 +02:00
refactor(core): Move ExecutionLifecycleHooks to core (#13042)
This commit is contained in:
@@ -263,7 +263,7 @@ export async function proxyRequestToAxios(
|
||||
} else if (body === '') {
|
||||
body = axiosConfig.responseType === 'arraybuffer' ? Buffer.alloc(0) : undefined;
|
||||
}
|
||||
await additionalData?.hooks?.executeHookFunctions('nodeFetchedData', [workflow?.id, node]);
|
||||
await additionalData?.hooks?.runHook('nodeFetchedData', [workflow?.id, node]);
|
||||
return configObject.resolveWithFullResponse
|
||||
? {
|
||||
body,
|
||||
|
||||
Reference in New Issue
Block a user