diff --git a/apps/scandic-web/utils/url.ts b/apps/scandic-web/utils/url.ts index 588fe681a..633075170 100644 --- a/apps/scandic-web/utils/url.ts +++ b/apps/scandic-web/utils/url.ts @@ -106,7 +106,7 @@ export function parseSelectHotelSearchParams( keyRenameMap, typeHints, schema: z.object({ - city: z.string(), + city: z.string().optional(), hotelId: z.string().optional(), fromDate: z.string(), toDate: z.string(),