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",