Skip to content

Commit

Permalink
fix: build - variable not used (#3973)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Burtey <[email protected]>
  • Loading branch information
nicolasburtey and Nicolas Burtey authored Feb 10, 2024
1 parent 7c9997f commit 8b68eae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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(
{},
Expand Down

0 comments on commit 8b68eae

Please sign in to comment.