mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor: Consolidate redundant code in workflow execution-functions (no-changelog) (#4884)
* refactor: Consolidate redundant code in workflow interfaces (no-changelog) * consolidate all execution-functions interfaces code * move rawBody definition back * address PR comments
This commit is contained in:
committed by
GitHub
parent
2b1eb94906
commit
5cf70e1007
@@ -82,7 +82,7 @@ export const questionsOperations: INodeProperties[] = [
|
||||
items[i].binary!.data = await this.helpers.prepareBinaryData(
|
||||
response.body as Buffer,
|
||||
'data',
|
||||
response.headers['content-type'],
|
||||
response.headers['content-type'] as string,
|
||||
);
|
||||
}
|
||||
result.push(items[i]);
|
||||
|
||||
Reference in New Issue
Block a user