This commit is contained in:
2026-04-29 03:48:02 +03:30
parent 64abf40be9
commit 03afe5dc5d
3 changed files with 503 additions and 4 deletions
-1
View File
@@ -66,7 +66,6 @@ class FarmAlertsTrackerView(APIView):
try:
result = get_farm_alerts_tracker(
farm_uuid=validated["farm_uuid"],
query=validated.get("query"),
alerts=validated.get("alerts"),
)
except Exception as exc: