From 0312565b523d97b9ccb8a716db2a646b19514fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Sun, 8 Sep 2024 23:23:04 +0200 Subject: [PATCH] Fix --- src/TRPC/middlewares/DecodeInput.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TRPC/middlewares/DecodeInput.ts b/src/TRPC/middlewares/DecodeInput.ts index 449d870..f6eb513 100644 --- a/src/TRPC/middlewares/DecodeInput.ts +++ b/src/TRPC/middlewares/DecodeInput.ts @@ -23,7 +23,7 @@ export const DecodeInput = ( ) return experimental_standaloneMiddleware<{ - ctx: TRPCContextRuntime + ctx: TRPCContextRuntime input: I }>().create( async ({ ctx, input, next }) => next({