0.1.21 #22

Merged
Thilawyn merged 5 commits from next into master 2024-09-13 00:24:35 +02:00
Showing only changes of commit 0312565b52 - Show all commits

View File

@@ -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({