This commit is contained in:
Kenneth Kehl
2025-04-03 08:16:33 -07:00
parent e9ea22ad6d
commit 28444a460b
2 changed files with 2 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ class AwsSnsClient(SmsClient):
matched = False
if "+" not in to:
to = f"+{to}"
for match in phonenumbers.PhoneNumberMatcher(to, None):
matched = True
to = phonenumbers.format_number(