From 04555dc727b619bcaf20a7e4bf42c607c82be18f Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Mon, 21 Oct 2024 10:37:50 -0400 Subject: [PATCH] chore: fix bson import lint --- src/operations/client_bulk_write/executor.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/operations/client_bulk_write/executor.ts b/src/operations/client_bulk_write/executor.ts index 23c2d08f318..f02b7b6e795 100644 --- a/src/operations/client_bulk_write/executor.ts +++ b/src/operations/client_bulk_write/executor.ts @@ -1,5 +1,4 @@ -import { type Document } from 'bson'; - +import { type Document } from '../../bson'; import { ClientBulkWriteCursor } from '../../cursor/client_bulk_write_cursor'; import { MongoClientBulkWriteError,