mirror of
https://github.com/gosticks/plane.git
synced 2025-10-16 12:45:33 +00:00
fix: cycle analytics reponse. (#5480)
This commit is contained in:
parent
10c253471c
commit
8526b801f4
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user