From 8526b801f4ada525b54bc0486e8103d5789cb892 Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Mon, 2 Sep 2024 15:12:32 +0530 Subject: [PATCH] fix: cycle analytics reponse. (#5480) --- apiserver/plane/app/views/cycle/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: