Skip to content

Commit

Permalink
Comments resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh committed Oct 27, 2023
1 parent c8aeb0c commit f803349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/accounting_exports/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit f803349

Please sign in to comment.