From 0e16d3e6be407f68b168ef60c1aa61eb1196ecd3 Mon Sep 17 00:00:00 2001 From: matthewexe Date: Sat, 2 Aug 2025 01:52:54 +0200 Subject: [PATCH] geo-access --- backend/endpoints/geo_access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {