Commit 093e07c
fix(examples): move @ts-expect-error to correct line
The @ts-expect-error directive needs to be on the line immediately before
the error occurs. Moved it from line 32 to line 35 (right before the
timestamp property with the wrong type).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 8fba2e9 commit 093e07c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments