diff --git a/src/meshapi/validation.py b/src/meshapi/validation.py index 5fd8b43c..e5d2a277 100644 --- a/src/meshapi/validation.py +++ b/src/meshapi/validation.py @@ -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,