mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-23 02:20:44 +02:00
refactor(core): Deprecate prepareOutputData (no-changelog) (#7091)
This commit is contained in:
@@ -128,6 +128,6 @@ export class WriteBinaryFile implements INodeType {
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
return this.prepareOutputData(returnData);
|
||||
return [returnData];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user