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
Atm, endpoint handlers have to be async functions, even when they don't actually do anything that's asynchronous. It'd be nice to improve the typing so that non-async functions can be passed as handlers.
The text was updated successfully, but these errors were encountered:
Atm, endpoint handlers have to be async functions, even when they don't actually do anything that's asynchronous. It'd be nice to improve the typing so that non-async functions can be passed as handlers.
The text was updated successfully, but these errors were encountered: