Skip to content

Commit bcb2af3

Browse files
committed
semicolon
1 parent 37b82c3 commit bcb2af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/event_processor/event_store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export type StoredEvent = EventWithId & {
1717
_time?: {
1818
storedAt: number;
1919
ttl: number;
20-
}
20+
};
2121
};
2222

2323
const identity = <T>(v: T): T => v;

0 commit comments

Comments
 (0)