Closed ZeWaka closed 7 months ago
Essentially makes it match the
{ "success": bool "content": string }
format instead of just returning the raw rust error through ? propagation.
?
should probably test this
I can TM this on para, I know we use redis pubsub.
This isnt pubsub nevermind
i intend to get to this sometime now, since goon uses this in prod
x
Essentially makes it match the
format instead of just returning the raw rust error through
?
propagation.