fix: rename retried-wrapped fetch to make caching work again
This commit is contained in:
@@ -23,7 +23,7 @@ export default async function SelectHotelPage({
|
||||
const hotel = tempHotelData.data.attributes
|
||||
const hotels = [hotel]
|
||||
|
||||
const hotelFilters = await serverClient().hotel.getFilters({
|
||||
const hotelFilters = await serverClient().hotel.filters.get({
|
||||
hotelId: "879",
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user