Fix
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2024-09-08 23:23:04 +02:00
parent da4de9db11
commit 0312565b52

View File

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