Skip to content

Commit

Permalink
redundant line removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewakiv committed Dec 7, 2024
1 parent f60ce28 commit 091d4bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BackEnd/administration/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ class ProfileStatisticsView(RetrieveAPIView):
"""
Count of companies
"""
queryset = Profile.objects.all()
permission_classes = [IsStaffUser]
serializer_class = StatisticsSerializer

Expand Down

0 comments on commit 091d4bc

Please sign in to comment.