fix(SW-1014): Fixed issue where google didn't found city.
This commit is contained in:
@@ -160,7 +160,10 @@ export const getBookingConfirmation = cache(
|
||||
)
|
||||
|
||||
export const getCityCoordinates = cache(
|
||||
async function getMemoizedCityCoordinates(input: { city: string }) {
|
||||
async function getMemoizedCityCoordinates(input: {
|
||||
city: string
|
||||
hotel: { address: string }
|
||||
}) {
|
||||
return serverClient().hotel.map.city(input)
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user