fix(946) Center from town name instead of calculate center
This commit is contained in:
@@ -74,3 +74,6 @@ export const getRoomPackagesInputSchema = z.object({
|
||||
children: z.number().optional().default(0),
|
||||
packageCodes: z.array(z.string()).optional().default([]),
|
||||
})
|
||||
export const getCityCoordinatesInputSchema = z.object({
|
||||
city: z.string(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user