mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(core): Use filters for delete data table rows (no-changelog) (#19375)
This commit is contained in:
@@ -125,7 +125,7 @@ export async function executeSelectMany(
|
||||
const PAGE_SIZE = 1000;
|
||||
const result: Array<{ json: DataStoreRowReturn }> = [];
|
||||
|
||||
const limit = ctx.getNodeParameter('limit', index, undefined);
|
||||
const limit = ctx.getNodeParameter('limit', index, 0);
|
||||
|
||||
let expectedTotal: number | undefined;
|
||||
let skip = 0;
|
||||
|
||||
Reference in New Issue
Block a user