mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-06 12:38:27 -04:00
put number all on one line
This commit is contained in:
@@ -63,11 +63,10 @@ class AwsSnsClient(SmsClient):
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
default_num = " ".join(self.current_app.config["AWS_US_TOLL_FREE_NUMBER"])
|
||||||
if isinstance(sender, str):
|
if isinstance(sender, str):
|
||||||
non_scrubbable = " ".join(sender)
|
non_scrubbable = " ".join(sender)
|
||||||
default_num = " ".join(
|
|
||||||
self.current_app.config["AWS_US_TOLL_FREE_NUMBER"]
|
|
||||||
)
|
|
||||||
self.current_app.logger.info(
|
self.current_app.logger.info(
|
||||||
f"notify-api-1385 sender {non_scrubbable} is a {type(sender)} default is a {type(default_num)}"
|
f"notify-api-1385 sender {non_scrubbable} is a {type(sender)} default is a {type(default_num)}"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user