Delete commented out line.

This commit is contained in:
Sam Rose 2024-04-25 17:19:25 +01:00
parent e15345030f
commit cefaa228e1
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ describe.each([
}
async function createRows(rows: Record<string, any>[]) {
// await config.api.row.bulkImport(table._id!, { rows })
for (const row of rows) {
await config.api.row.save(table._id!, row)
}