unstable_concat return type is not been propagate to the input
I have a plugin that fetches all my services.
I am not sure this is the best way it works for me. The problem is that the input type is not updated after the transformation.
Thanks 😃
2 Replies
Only call
next()
once in a middleware or else the type will get confused
I'm struggling to see what you're trying to do here, but it looks weird that you use input
Are you versioning or somethingI want to create a unified way to get data from db but when I think about it again a function will be simpler