mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
Delete unused function
This commit is contained in:
@@ -117,8 +117,3 @@ def _process_for_status(notification_status, client_name, provider_reference):
|
||||
|
||||
success = "{} callback succeeded. reference {} updated".format(client_name, provider_reference)
|
||||
return success
|
||||
|
||||
|
||||
def set_notification_sent_by(notification, client_name):
|
||||
notification.sent_by = client_name
|
||||
dao_update_notification(notification)
|
||||
|
||||
Reference in New Issue
Block a user