From 8b68eaeb9511b75433e501ee65b2531690f6f645 Mon Sep 17 00:00:00 2001 From: nicolasburtey Date: Sat, 10 Feb 2024 11:48:03 +0000 Subject: [PATCH] fix: build - variable not used (#3973) Co-authored-by: Nicolas Burtey --- core/api/src/migrations/20240201124500-location-migration-2.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( {},