Skip to content

Commit

Permalink
test fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
drjaska committed Feb 2, 2025
1 parent 039d047 commit 08e01ee
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 @@ -65,7 +65,6 @@ def access_token_abstraction(self, request, format, method):
# phone number comes in payload, but it is in a wrong format
# the number will most probably start with 00 instead of +
access_token = normalize_number(access_token)
access_token = normalize_number(access_token)
users = []
if method == "phone":
users = CustomUser.objects.filter(phone=access_token)
Expand Down

0 comments on commit 08e01ee

Please sign in to comment.