Skip to content

Commit

Permalink
♻️
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadali286 committed Jan 8, 2024
1 parent 67d3ac7 commit dbd2e62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lms/djangoapps/badges/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,3 @@ def post(self, request):
return Response(data={'status': 'invalid token'}, status=403)

return Response(data={'status': 'verified'}, status=200)

0 comments on commit dbd2e62

Please sign in to comment.