put number all on one line

This commit is contained in:
Kenneth Kehl
2024-11-12 13:29:59 -08:00
parent 767f94a26c
commit 5cd0e1e523

View File

@@ -68,8 +68,8 @@ class AwsSnsClient(SmsClient):
"aws_sns found a valid sender number here it is wait for it!"
)
# To defeat scrubbing, sender numbers are not PII.
for number in sender:
self.current_app.logger.info(number)
non_scrubbable = " ".join(sender)
self.current_app.logger.info(non_scrubbable)
attributes["AWS.MM.SMS.OriginationNumber"] = {
"DataType": "String",