refactor(core): Deprecate prepareOutputData (no-changelog) (#7091)
This commit is contained in:
committed by
GitHub
parent
c04a996fb4
commit
6aa7b93473
@@ -819,8 +819,8 @@ export class GmailV2 implements INodeType {
|
||||
['draft', 'message', 'thread'].includes(resource) &&
|
||||
['get', 'getAll'].includes(operation)
|
||||
) {
|
||||
return this.prepareOutputData(unescapeSnippets(returnData));
|
||||
return [unescapeSnippets(returnData)];
|
||||
}
|
||||
return this.prepareOutputData(returnData);
|
||||
return [returnData];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user