Skip to content

Commit

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

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

0 comments on commit 67d3ac7

Please sign in to comment.