diff --git a/apiserver/plane/app/views/cycle/base.py b/apiserver/plane/app/views/cycle/base.py index d874451f4..ceeb24560 100644 --- a/apiserver/plane/app/views/cycle/base.py +++ b/apiserver/plane/app/views/cycle/base.py @@ -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: