fix: cycle analytics reponse. (#5480)

This commit is contained in:
Prateek Shourya 2024-09-02 15:12:32 +05:30 committed by GitHub
parent 10c253471c
commit 8526b801f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: