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(handler): handle invalid input in handler.fetch()
handler.fetch(null), handler.fetch(undefined), and handler.fetch(123)
would throw an unhandled TypeError instead of returning an error response.
Now validates the input before processing and returns a 500 response
with the error details for invalid inputs.
Closes#1254
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments