Skip to content

Commit 3c3588c

Browse files
committed
Remove wrong count increment.
1 parent 609adf4 commit 3c3588c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/module-mongodb-storage/src/storage/implementation/MongoChecksums.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ export class MongoChecksums {
284284
// All done for this bucket
285285
requests.delete(bucket);
286286
}
287-
batchCount++;
288287
}
289288
if (!limitReached) {
290289
break;

0 commit comments

Comments
 (0)