mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 06:52:06 -05:00
Update set primary sms helper to use compulsory identifier
This commit is contained in:
@@ -19,7 +19,7 @@ from app.dao.provider_details_dao import (
|
||||
)
|
||||
|
||||
|
||||
def set_primary_sms_provider(restore_provider_details, identifier='mmg'):
|
||||
def set_primary_sms_provider(identifier):
|
||||
primary_provider = get_provider_details_by_identifier(identifier)
|
||||
secondary_provider = get_alternative_sms_provider(identifier)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user