0.1.21 #22
@@ -23,7 +23,7 @@ export const DecodeInput = <A, I>(
|
||||
)
|
||||
|
||||
return experimental_standaloneMiddleware<{
|
||||
ctx: TRPCContextRuntime<any>
|
||||
ctx: TRPCContextRuntime<never>
|
||||
input: I
|
||||
}>().create(
|
||||
async ({ ctx, input, next }) => next({
|
||||
|
||||
Reference in New Issue
Block a user