Don't need the squares

This commit is contained in:
Manav Rathi
2024-09-06 18:45:41 +05:30
parent bf7cbe141d
commit bcf579e7d7

View File

@@ -70,8 +70,6 @@ export const syncLocationTags = async () => {
const RemoteLocationTag = z.object({
name: z.string(),
radius: z.number(),
aSquare: z.number(),
bSquare: z.number(),
centerPoint: z.object({
latitude: z.number(),
longitude: z.number(),