Skip to content

Commit 13afb1e

Browse files
committed
fix: removed incorrect change
1 parent ead380c commit 13afb1e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/packages/emmett-postgresql/src/eventStore/schema/readProcessorCheckpoint.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { singleOrNull, sql, type SQLExecutor } from '@event-driven-io/dumbo';
22
import { defaultTag, subscriptionsTable } from './typing';
33

44
type ReadProcessorCheckpointSqlResult = {
5-
subscriptionId: string;
6-
partitionId: string | null;
75
last_processed_position: string;
86
};
97

0 commit comments

Comments
 (0)