diff --git a/core/api/src/migrations/20240201124500-location-migration-2.ts b/core/api/src/migrations/20240201124500-location-migration-2.ts index fc2184c7ca..cae393440b 100644 --- a/core/api/src/migrations/20240201124500-location-migration-2.ts +++ b/core/api/src/migrations/20240201124500-location-migration-2.ts @@ -1,7 +1,7 @@ /* eslint @typescript-eslint/ban-ts-comment: "off" */ // @ts-nocheck -async function migrateAccounts(db, batchSize = 100) { +async function migrateAccounts(db) { db.collection("accounts") .updateMany( {},