fix(SW-1014): Fixed issue where google didn't found city.
This commit is contained in:
@@ -76,4 +76,7 @@ export const getRoomPackagesInputSchema = z.object({
|
||||
})
|
||||
export const getCityCoordinatesInputSchema = z.object({
|
||||
city: z.string(),
|
||||
hotel: z.object({
|
||||
address: z.string(),
|
||||
}),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user