Unsafe assignment of an error typed value
Hey guys, I'm new to tRPC so it's probably a newbie question
I've a simple route creation, which I'm trying to add more methods to it but eslint is always warning about any other route I create:
even if I rename "protected" it'll happen so I believe I'm missing some hard coded definition or something.
This is my config file:
thanks in advance for your time reading it!
0 Replies