fix: cycle analytics reponse. (#5480)
This commit is contained in:
parent
10c253471c
commit
8526b801f4
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue