mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 00:41:35 -05:00
Removed unused notifcation status
This commit is contained in:
@@ -207,7 +207,7 @@ class VerifyCode(db.Model):
|
|||||||
return check_hash(cde, self._code)
|
return check_hash(cde, self._code)
|
||||||
|
|
||||||
|
|
||||||
NOTIFICATION_STATUS_TYPES = ['sent', 'failed', 'failed - restricted service']
|
NOTIFICATION_STATUS_TYPES = ['sent', 'failed']
|
||||||
|
|
||||||
|
|
||||||
class Notification(db.Model):
|
class Notification(db.Model):
|
||||||
|
|||||||
Reference in New Issue
Block a user