From 176796f9e5f099b26a60563e0fc7dc021f4266fc Mon Sep 17 00:00:00 2001 From: Nicolas Burtey Date: Sat, 10 Feb 2024 05:31:03 -0600 Subject: [PATCH] fix: build - variable not used --- 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( {},