0.1.20 #21

Merged
Thilawyn merged 3 commits from next into master 2024-09-09 04:05:15 +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({