Skip to content

Commit

Permalink
Remove commented-out line
Browse files Browse the repository at this point in the history
  • Loading branch information
brucestull committed Dec 24, 2022
1 parent 820d682 commit a4b5fbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class UserViewSet(viewsets.ModelViewSet):
API endpoint that allows `users` to be viewed or edited.
"""
queryset = get_user_model().objects.all().order_by('-date_joined')
# queryset = get_user_model().objects.all().order_by('email')
serializer_class = serializers.UserSerializer
permission_classes = [permissions.IsAuthenticated]

Expand Down

0 comments on commit a4b5fbd

Please sign in to comment.