Skip to content

Commit

Permalink
🐛 fix: Silenced the lint police—code is now law-abiding... for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
DevaOnBreaches committed Oct 3, 2024
1 parent 953d74b commit 97b4d76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2230,6 +2230,7 @@ def alert_me_verification(verification_token):
):
return make_response(jsonify({"Error": "Not found"}), 404)


user_email = confirm_token(verification_token)
if not user_email:
return make_response(jsonify({"Error": "Not found"}), 404)
Expand Down

0 comments on commit 97b4d76

Please sign in to comment.