mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(Notion Node): Version fix (#6531)
This commit is contained in:
@@ -758,11 +758,6 @@ export class NotionV2 implements INodeType {
|
||||
}
|
||||
}
|
||||
|
||||
if (download) {
|
||||
const rawData = returnData.map((data) => data.json);
|
||||
return this.prepareOutputData(rawData as INodeExecutionData[]);
|
||||
}
|
||||
|
||||
return this.prepareOutputData(returnData);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user