From 9fb6d062db5968ff385cf27a5cd24f0771e5eeec 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",