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