diff --git a/app/models.py b/app/models.py index 836938945..c2bbf4765 100644 --- a/app/models.py +++ b/app/models.py @@ -207,7 +207,7 @@ class VerifyCode(db.Model): return check_hash(cde, self._code) -NOTIFICATION_STATUS_TYPES = ['sent', 'failed', 'failed - restricted service'] +NOTIFICATION_STATUS_TYPES = ['sent', 'failed'] class Notification(db.Model):