Merged in fix/fetch-variable-interfering-with-fetch (pull request #526)

fix: rename retried-wrapped fetch and add “force-cache” to make caching work again

Approved-by: Michael Zetterberg
This commit is contained in:
Simon.Emanuelsson
2024-08-28 13:34:17 +00:00
committed by Michael Zetterberg
41 changed files with 728 additions and 575 deletions

View File

@@ -19,7 +19,7 @@ export default async function HotelPage() {
}
const lang = getLang()
const hotelData = await serverClient().hotel.getHotel({
const hotelData = await serverClient().hotel.get({
hotelId: hotelPageIdentifierData.hotel_page_id,
language: lang,
include: ["RoomCategories"],