Skip to content

Commit 04555dc

Browse files
committed
chore: fix bson import lint
1 parent 30c61f2 commit 04555dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/operations/client_bulk_write/executor.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { type Document } from 'bson';
2-
1+
import { type Document } from '../../bson';
32
import { ClientBulkWriteCursor } from '../../cursor/client_bulk_write_cursor';
43
import {
54
MongoClientBulkWriteError,

0 commit comments

Comments
 (0)