Merge branch 'master' into feature/tracking
This commit is contained in:
@@ -82,7 +82,7 @@ export const getRoomAvailability = cache(
|
||||
roomStayStartDate,
|
||||
roomStayEndDate,
|
||||
children,
|
||||
promotionCode,
|
||||
bookingCode,
|
||||
rateCode,
|
||||
}: GetRoomsAvailabilityInput) {
|
||||
return serverClient().hotel.availability.rooms({
|
||||
@@ -91,7 +91,7 @@ export const getRoomAvailability = cache(
|
||||
roomStayStartDate,
|
||||
roomStayEndDate,
|
||||
children,
|
||||
promotionCode,
|
||||
bookingCode,
|
||||
rateCode,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user