Skip to content

Commit 51b021e

Browse files
authored
chore: fix bson import lint (#4286)
1 parent 30c61f2 commit 51b021e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/operations/client_bulk_write/executor.ts

+1-2
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)