mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
fix case where we dont know the phoneCarrier for any reason
This commit is contained in:
@@ -111,7 +111,7 @@ class AwsCloudwatchClient(Client):
|
||||
return (
|
||||
"success",
|
||||
message["delivery"]["providerResponse"],
|
||||
message["delivery"]["phoneCarrier"],
|
||||
message["delivery"].get("phoneCarrier", "Unknown Carrier"),
|
||||
)
|
||||
|
||||
log_group_name = (
|
||||
|
||||
Reference in New Issue
Block a user