async inside link next handler possible ?
Hey everyone,
Today I had to do a bit of refactor, and I'm wondering something. I had to turn a synchronous function into an asynchronous one, and ended up needing async into the trpc "link" like so:
Is that okay to do so? Turn the callback of
next
into an async ?0 Replies