Commit 0fac9d9
fix: make _ToProc interface more specific
Narrow the handler interface signature from `(untyped) -> untyped`
to `(Hash[Symbol, untyped]) -> void` since event handlers always
receive event details hashes and their return values are unused.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Jose Colella <jose.colella@gusto.com>1 parent 41099a4 commit 0fac9d9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
0 commit comments