mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-30 19:29:43 -04:00
Added a hint for Receives replies
This commit is contained in:
@@ -61,7 +61,6 @@ class NotificationApiClient(NotifyAdminAPIClient):
|
||||
'personalisation': personalisation,
|
||||
}
|
||||
if sender_id:
|
||||
print(sender_id)
|
||||
data['sender_id'] = sender_id
|
||||
data = _attach_current_user(data)
|
||||
return self.post(url='/service/{}/send-notification'.format(service_id), data=data)
|
||||
|
||||
Reference in New Issue
Block a user