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