Skip to content

Commit

Permalink
fix: build - variable not used
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Feb 10, 2024
1 parent 4629964 commit 176796f
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 176796f

Please sign in to comment.