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