From 338a1e5c0294ce5647215632d71c5a9b73191771 Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Wed, 5 Nov 2025 18:35:03 +0500 Subject: [PATCH] fix --- core/apps/counterparty/views/counterparty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/apps/counterparty/views/counterparty.py b/core/apps/counterparty/views/counterparty.py index 717d19d..a40d948 100644 --- a/core/apps/counterparty/views/counterparty.py +++ b/core/apps/counterparty/views/counterparty.py @@ -258,4 +258,4 @@ class CounterPartyIncomeExpenceStatisticsApiView(views.APIView): } } - return Response(data, status=status.HTTP_200_OK) + return Response(data, status=200)