Skip to content

Commit 21901b6

Browse files
committed
fix: lint
1 parent 43ef9f4 commit 21901b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/change_stream.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
MongoRuntimeError
1616
} from './error';
1717
import { MongoClient } from './mongo_client';
18-
import { type Abortable, type InferIdType, TypedEventEmitter } from './mongo_types';
18+
import { type InferIdType, TypedEventEmitter } from './mongo_types';
1919
import type { AggregateOptions } from './operations/aggregate';
2020
import type { OperationParent } from './operations/command';
2121
import type { ServerSessionId } from './sessions';

0 commit comments

Comments
 (0)