From f80334944eef9386bcf0f410ffae472e9d7170a6 Mon Sep 17 00:00:00 2001 From: ruuushhh Date: Fri, 27 Oct 2023 09:45:09 +0530 Subject: [PATCH] Comments resolved --- apps/accounting_exports/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/accounting_exports/views.py b/apps/accounting_exports/views.py index 7265d04a..f48a770d 100644 --- a/apps/accounting_exports/views.py +++ b/apps/accounting_exports/views.py @@ -22,7 +22,7 @@ class AccountingExportView(LookupFieldMixin, generics.ListAPIView): filterset_fields = {"type": {"in"}, "updated_at": {"lte", "gte"}, "id": {"in"}, "status": {"in"}} -class AccountingExportCountView(generics.ListAPIView): +class AccountingExportCountView(generics.RetrieveAPIView): """ Retrieve Accounting Export Count """