Skip to content

Commit 4ccb08a

Browse files
committed
style: fix lint error
1 parent e927499 commit 4ccb08a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/bulk/common.js

-1
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,6 @@ class BulkOperationBase {
761761
const maxWriteBatchSize =
762762
isMaster && isMaster.maxWriteBatchSize ? isMaster.maxWriteBatchSize : 1000;
763763

764-
765764
// Calculates the largest possible size of an Array key, represented as a BSON string
766765
// element. This calculation:
767766
// 1 byte for BSON type

0 commit comments

Comments
 (0)