Skip to content

Commit

Permalink
chom
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Nov 2, 2024
1 parent 4405137 commit 202c41c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/meshapi/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# FIXME (wdn): When we can't reach the internet to get the email, this returns 400.
# That's wrong. It should be 500 because it's our fault. I've seen this reject
# valid emails because of this and it makes testing offline impossible unless you mock it.
# https://github.com/nycmeshnet/meshdb/issues/692
def validate_email_address(email_address: str) -> Optional[bool]:
return validate_email(
email_address=email_address,
Expand Down

0 comments on commit 202c41c

Please sign in to comment.