From 08125cbf0cb18cb4a7868ee2018a4b1b71e3343e Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Fri, 14 Apr 2023 13:05:53 -0700 Subject: [PATCH] fix types --- src/client/links.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/links.ts b/src/client/links.ts index fbc00e6..be06d96 100644 --- a/src/client/links.ts +++ b/src/client/links.ts @@ -70,6 +70,7 @@ export function httpBatchLink(opts?: HttpBatchLinkOpt return _httpBatchLink({ url: '/api/trpc', + // @ts-expect-error: Missing property from batchLink. Fix this later. headers () { return headers },