From 51b021e4587d903ec3fe1483eb850b94de3648d3 Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Mon, 21 Oct 2024 11:03:45 -0400 Subject: [PATCH] chore: fix bson import lint (#4286) --- 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 23c2d08f31..f02b7b6e79 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,