You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use @ts-expect-error instead of @ts-ignore
Addresses coderabbitai feedback on PR elysiajs#300.
Changed from @ts-ignore to @ts-expect-error for better type safety.
This ensures the suppression is still necessary - if the error goes
away in the future (e.g., after types are updated), @ts-expect-error
will fail the build, alerting us to remove it.
Also improved the comment to be more descriptive about why the
suppression is needed.
0 commit comments