We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c148c commit d463822Copy full SHA for d463822
src/bulk/common.ts
@@ -20,7 +20,7 @@ import { makeUpdateStatement, UpdateOperation, type UpdateStatement } from '../o
20
import type { Server } from '../sdam/server';
21
import type { Topology } from '../sdam/topology';
22
import type { ClientSession } from '../sessions';
23
-import { type CSOTTimeoutContext, type TimeoutContext } from '../timeout';
+import { type TimeoutContext } from '../timeout';
24
import {
25
applyRetryableWrites,
26
type Callback,
0 commit comments