mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -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 (
|
return (
|
||||||
"success",
|
"success",
|
||||||
message["delivery"]["providerResponse"],
|
message["delivery"]["providerResponse"],
|
||||||
message["delivery"]["phoneCarrier"],
|
message["delivery"].get("phoneCarrier", "Unknown Carrier"),
|
||||||
)
|
)
|
||||||
|
|
||||||
log_group_name = (
|
log_group_name = (
|
||||||
|
|||||||
Reference in New Issue
Block a user