mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Deprecate prepareOutputData (no-changelog) (#7091)
This commit is contained in:
committed by
GitHub
parent
c04a996fb4
commit
6aa7b93473
@@ -873,7 +873,7 @@ export class OneSimpleApi implements INodeType {
|
||||
}
|
||||
|
||||
if (download) {
|
||||
return this.prepareOutputData(returnData as unknown as INodeExecutionData[]);
|
||||
return [returnData as unknown as INodeExecutionData[]];
|
||||
}
|
||||
|
||||
return [this.helpers.returnJsonArray(returnData)];
|
||||
|
||||
Reference in New Issue
Block a user