fix(SW-188): improve semantics, use hotel instead of attribute naming
This commit is contained in:
@@ -72,7 +72,7 @@ export const hotelQueryRouter = router({
|
||||
})
|
||||
|
||||
return {
|
||||
attributes: validatedHotelData.data.data.attributes,
|
||||
hotel: validatedHotelData.data.data.attributes,
|
||||
roomCategories: roomCategories,
|
||||
}
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user