Skip to content

Commit 92665ee

Browse files
committed
fixup
1 parent 79b651b commit 92665ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/db-client/src/streams/readAll.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import type {
22
BaseOptions,
33
ReadPosition,
44
Direction,
5-
AllStreamResolvedEvent, Filter,
5+
AllStreamResolvedEvent,
6+
Filter,
67
} from "../types";
78
import { FORWARDS, START } from "../constants";
89
import { Client } from "../Client";

0 commit comments

Comments
 (0)