Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't pass nil email address to EmailChecker
In production we have over 12k application references with nil email addresses. The EmailChecker class expects an email and not a nil value. This creates a few exceptions when a candidate inputs a reference. This commit tries to make sure this class doesn't receive a nil parameter.
- Loading branch information