mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
placeholder
This commit is contained in:
@@ -158,7 +158,7 @@ def _get_verify_code(notification):
|
|||||||
recipient = recipient.decode("utf-8")
|
recipient = recipient.decode("utf-8")
|
||||||
return recipient
|
return recipient
|
||||||
|
|
||||||
|
# PUT THE FIX HERE???????
|
||||||
def get_sender_numbers(notification):
|
def get_sender_numbers(notification):
|
||||||
possible_senders = dao_get_sms_senders_by_service_id(notification.service_id)
|
possible_senders = dao_get_sms_senders_by_service_id(notification.service_id)
|
||||||
sender_numbers = []
|
sender_numbers = []
|
||||||
|
|||||||
Reference in New Issue
Block a user