From 2028c5962ba401977698da005e6619e9e46bd380 Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Tue, 5 Nov 2024 14:45:08 +0100 Subject: [PATCH] Added comment to hotel enum --- server/routers/hotels/input.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/routers/hotels/input.ts b/server/routers/hotels/input.ts index 303806bdc..c99e37208 100644 --- a/server/routers/hotels/input.ts +++ b/server/routers/hotels/input.ts @@ -48,6 +48,7 @@ export const getRatesInputSchema = z.object({ hotelId: z.string(), }) +// Uncomment when we need the data in the hotel response export const HotelIncludeEnum = z.enum([ "RoomCategories", //"NearbyHotels",