mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-18 07:11:48 -05:00
More changes for enums.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -122,7 +122,9 @@ def persist_notification(
|
||||
notification.phone_prefix = recipient_info.country_prefix
|
||||
notification.rate_multiplier = recipient_info.billable_units
|
||||
elif notification_type == NotificationType.EMAIL:
|
||||
current_app.logger.info(f"Persisting notification with type: {NotificationType.EMAIL}")
|
||||
current_app.logger.info(
|
||||
f"Persisting notification with type: {NotificationType.EMAIL}"
|
||||
)
|
||||
redis_store.set(
|
||||
f"email-address-{notification.id}",
|
||||
format_email_address(notification.to),
|
||||
|
||||
Reference in New Issue
Block a user