diff --git a/backend/endpoints/geo_access.py b/backend/endpoints/geo_access.py index e669371..a6cac48 100644 --- a/backend/endpoints/geo_access.py +++ b/backend/endpoints/geo_access.py @@ -13,7 +13,7 @@ class GeoAccessRequest: Request model for geo access. """ coords: tuple[float, float] - type: Literal["circle", "polygon"] | None = "circle" + # type: Literal["circle", "polygon"] | None = "circle" type_checker = {