mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
persist created_by_id when using the one off notification endpoint
This commit is contained in:
@@ -49,7 +49,8 @@ def persist_notification(
|
||||
reference=None,
|
||||
client_reference=None,
|
||||
notification_id=None,
|
||||
simulated=False
|
||||
simulated=False,
|
||||
created_by_id=None
|
||||
):
|
||||
|
||||
notification_created_at = created_at or datetime.utcnow()
|
||||
|
||||
Reference in New Issue
Block a user