mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Stop reversing the order of SMS providers
This makes no functional difference but does make it easier to read.
This commit is contained in:
@@ -66,7 +66,7 @@ def edit_sms_provider_ratio():
|
||||
for provider in provider_client.get_all_providers()['provider_details']
|
||||
if provider['notification_type'] == 'sms'
|
||||
and provider['active']
|
||||
], key=itemgetter('identifier'), reverse=True)
|
||||
], key=itemgetter('identifier'))
|
||||
|
||||
form = AdminProviderRatioForm(ratio=providers[0]['priority'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user