revert: revert SMS (Telnyx) platform adapter for review
This reverts commit ef67037f8e.
This commit is contained in:
parent
ef67037f8e
commit
fd61ae13e5
13 changed files with 4 additions and 645 deletions
|
|
@ -132,7 +132,6 @@ def _deliver_result(job: dict, content: str) -> None:
|
|||
"whatsapp": Platform.WHATSAPP,
|
||||
"signal": Platform.SIGNAL,
|
||||
"email": Platform.EMAIL,
|
||||
"sms": Platform.SMS,
|
||||
}
|
||||
platform = platform_map.get(platform_name.lower())
|
||||
if not platform:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue