Merged in fix/destinations-speed-test (pull request #1704)
Feat(destination pages): Performance improvements * fix/destinations: try cache full response * Added more caching * Removed unsed env car * wip * merge master * wip * wip * wip * Renaming Approved-by: Michael Zetterberg
This commit is contained in:
@@ -96,9 +96,10 @@ export const nearbyHotelIdsInput = z.object({
|
||||
hotelId: z.string(),
|
||||
})
|
||||
|
||||
export const getAllHotelsInput = z
|
||||
export const getDestinationsMapDataInput = z
|
||||
.object({
|
||||
lang: z.nativeEnum(Lang),
|
||||
warmup: z.boolean().optional(),
|
||||
})
|
||||
.optional()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user