We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b82c3 commit bcb2af3Copy full SHA for bcb2af3
lib/event_processor/event_store.ts
@@ -17,7 +17,7 @@ export type StoredEvent = EventWithId & {
17
_time?: {
18
storedAt: number;
19
ttl: number;
20
- }
+ };
21
};
22
23
const identity = <T>(v: T): T => v;
0 commit comments