feat(SW-2547): filter out nonActive and nonPublished hotels and cities

This commit is contained in:
Matilda Landström
2025-05-02 15:27:58 +02:00
committed by Michael Zetterberg
parent 814a1c534b
commit e38fceb237
3 changed files with 13 additions and 10 deletions
@@ -205,7 +205,6 @@ export const destinationOverviewPageQueryRouter = router({
lang,
countries: countryNames,
serviceToken: ctx.serviceToken,
onlyPublished: true,
})
const cityPages = await getCityPageUrls(lang)