Skip to content

Commit 68f5881

Browse files
fix lint
1 parent 76f04c1 commit 68f5881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timeout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { type Document } from 'bson';
21
import { clearTimeout, setTimeout } from 'timers';
32

3+
import { type Document } from './bson';
44
import { MongoInvalidArgumentError, MongoOperationTimeoutError, MongoRuntimeError } from './error';
55
import { type ClientSession } from './sessions';
66
import { csotMin, noop } from './utils';

0 commit comments

Comments
 (0)