refactor(core): Deprecate prepareOutputData (no-changelog) (#7091)
This commit is contained in:
committed by
GitHub
parent
c04a996fb4
commit
6aa7b93473
@@ -2269,7 +2269,7 @@ export class Github implements INodeType {
|
||||
overwriteDataOperationsArray.includes(fullOperation)
|
||||
) {
|
||||
// Return data gets replaced
|
||||
return this.prepareOutputData(returnData);
|
||||
return [returnData];
|
||||
} else {
|
||||
// For all other ones simply return the unchanged items
|
||||
return [items];
|
||||
|
||||
Reference in New Issue
Block a user