revert: revert SMS (Telnyx) platform adapter for review

This reverts commit ef67037f8e.
This commit is contained in:
Teknium
2026-03-17 02:53:30 -07:00
committed by GitHub
parent ef67037f8e
commit fd61ae13e5
13 changed files with 4 additions and 645 deletions

View File

@@ -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: