UPDATE
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user