mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-21 09:11:27 -04:00
no difference b/n NOTIFICATION_TYPE and NOTIFICATION_TYPES
This commit is contained in:
@@ -1041,8 +1041,7 @@ SMS_PROVIDERS = [SNS_PROVIDER]
|
||||
EMAIL_PROVIDERS = [SES_PROVIDER]
|
||||
PROVIDERS = SMS_PROVIDERS + EMAIL_PROVIDERS
|
||||
|
||||
NOTIFICATION_TYPE = [EMAIL_TYPE, SMS_TYPE]
|
||||
notification_types = db.Enum(*NOTIFICATION_TYPE, name='notification_type')
|
||||
notification_types = db.Enum(*NOTIFICATION_TYPES, name='notification_type')
|
||||
|
||||
|
||||
class ProviderDetails(db.Model):
|
||||
|
||||
Reference in New Issue
Block a user