mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 11:57:56 +01:00
fix: cycle analytics reponse. (#5480)
This commit is contained in:
@@ -1186,8 +1186,8 @@ class CycleAnalyticsEndpoint(BaseAPIView):
|
||||
estimate__type="points",
|
||||
).exists()
|
||||
|
||||
assignee_distribution = {}
|
||||
label_distribution = {}
|
||||
assignee_distribution = []
|
||||
label_distribution = []
|
||||
completion_chart = {}
|
||||
|
||||
if analytic_type == "points" and estimate_type:
|
||||
|
||||
Reference in New Issue
Block a user