mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-01 12:45:14 -04:00
Previously, if the SMS recipient was None there would be a 500 error with no message displayed to the user. We now check if the recipient is None and raise a BadRequestError if this is the case.