From 795eae89bc14a038dd9b8b631b0f9ad8e3f4151c Mon Sep 17 00:00:00 2001 From: Tobias Johansson Date: Wed, 30 Oct 2024 11:36:43 +0100 Subject: [PATCH] fix: type issue --- lib/trpc/memoizedRequests/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/trpc/memoizedRequests/index.ts b/lib/trpc/memoizedRequests/index.ts index 742fb2606..ec361b96c 100644 --- a/lib/trpc/memoizedRequests/index.ts +++ b/lib/trpc/memoizedRequests/index.ts @@ -76,7 +76,7 @@ export const getRoomAvailability = cache( adults: number roomStayStartDate: string roomStayEndDate: string - children?: number + children?: string promotionCode?: string rateCode?: string }) {