Skip to content

Commit

Permalink
Fix handler typo in EventRunner definition
Browse files Browse the repository at this point in the history
  • Loading branch information
reifiedbeans authored Dec 19, 2024
1 parent c559e7e commit 79867f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sync/src/runner/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ export interface EventRunner {
trackEvent(
did: string,
seq: number,
hanlder: () => Promise<void>,
handler: () => Promise<void>,
): Promise<void>
}

0 comments on commit 79867f2

Please sign in to comment.