1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

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

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)
}