feat(SW-508): contract changes for hotel alerts
This commit is contained in:
@@ -294,7 +294,7 @@ export const hotelQueryRouter = router({
|
||||
|
||||
const hotelAttributes = hotelData.data.attributes
|
||||
const images = hotelAttributes.gallery?.smallerImages
|
||||
const hotelAlerts = hotelAttributes.meta?.specialAlerts || []
|
||||
const hotelAlerts = hotelAttributes.specialAlerts
|
||||
|
||||
const roomCategories = included
|
||||
? included.filter((item) => item.type === "roomcategories")
|
||||
|
||||
Reference in New Issue
Block a user