mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
add tada to makefile
This commit is contained in:
@@ -119,10 +119,8 @@ def send_sms_to_provider(notification):
|
||||
}
|
||||
db.session.close() # no commit needed as no changes to objects have been made above
|
||||
|
||||
|
||||
message_id = provider.send_sms(**send_sms_kwargs)
|
||||
|
||||
|
||||
update_notification_message_id(notification.id, message_id)
|
||||
except Exception as e:
|
||||
n = notification
|
||||
|
||||
Reference in New Issue
Block a user