Adding Jira ticket #SW-778
This commit is contained in:
@@ -40,7 +40,6 @@ import {
|
||||
getRoomsAvailabilityInputSchema,
|
||||
getSelectedRoomAvailabilityInputSchema,
|
||||
type HotelDataInput,
|
||||
HotelIncludeEnum,
|
||||
} from "./input"
|
||||
import {
|
||||
breakfastPackagesSchema,
|
||||
@@ -174,7 +173,7 @@ export const getHotelData = cache(
|
||||
language,
|
||||
}
|
||||
|
||||
params.include = HotelIncludeEnum.options.join(",")
|
||||
params.include = "RoomCategories" // "RoomCategories","NearbyHotels","Restaurants","City",
|
||||
|
||||
getHotelCounter.add(1, {
|
||||
hotelId,
|
||||
|
||||
Reference in New Issue
Block a user