Skip to content

Commit

Permalink
🔧 lint: Adjusted code to comply with linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
DevaOnBreaches committed Jan 18, 2024
1 parent 13debaf commit 4a01228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,7 @@ def search_email(email):
alert_record = data_store.get(alert_key)

if alert_record and alert_record.get("shieldOn", False):
# if alert_record and alert_record["shieldOn"]:
# if alert_record and alert_record["shieldOn"]:
return make_response(jsonify({"Error": "Not found"}), 404)

if xon_record and "site" in xon_record:
Expand Down

0 comments on commit 4a01228

Please sign in to comment.