Commit bc0b381
Move ts-expect-error to correct line inside Promise.resolve callback
The directive was on the wrong line after restructuring — TS saw it as
unused since the actual type error is inside the .then() callback.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2430f84 commit bc0b381
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
854 | | - | |
855 | 854 | | |
| 855 | + | |
856 | 856 | | |
857 | 857 | | |
858 | 858 | | |
| |||
0 commit comments