fix: we showed duplicate rooms because every bed represents a room
This commit is contained in:
@@ -40,7 +40,7 @@ export const roomsCombinedAvailabilityInputSchema = z.object({
|
||||
.nullable()
|
||||
)
|
||||
.nullish(),
|
||||
hotelId: z.number(),
|
||||
hotelId: z.string(),
|
||||
lang: z.nativeEnum(Lang),
|
||||
rateCode: z.string().optional(),
|
||||
roomStayEndDate: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user