Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Sep 27, 2024
1 parent 8fde814 commit 416ee1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bulk/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { makeUpdateStatement, UpdateOperation, type UpdateStatement } from '../o
import type { Server } from '../sdam/server';
import type { Topology } from '../sdam/topology';
import type { ClientSession } from '../sessions';
import { type CSOTTimeoutContext, type TimeoutContext } from '../timeout';
import { type TimeoutContext } from '../timeout';
import {
applyRetryableWrites,
type Callback,
Expand Down

0 comments on commit 416ee1a

Please sign in to comment.