We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c61f2 commit 51b021eCopy full SHA for 51b021e
src/operations/client_bulk_write/executor.ts
@@ -1,5 +1,4 @@
1
-import { type Document } from 'bson';
2
-
+import { type Document } from '../../bson';
3
import { ClientBulkWriteCursor } from '../../cursor/client_bulk_write_cursor';
4
import {
5
MongoClientBulkWriteError,
0 commit comments