mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-25 02:19:12 -04:00
Accept content as keyword argument
This commit is contained in:
@@ -660,7 +660,7 @@ def broadcast_message_json(
|
||||
'template_id': template_id,
|
||||
'template_version': 123,
|
||||
'template_name': 'Example template',
|
||||
'content': 'This is a test',
|
||||
'content': content or 'This is a test',
|
||||
|
||||
'personalisation': {},
|
||||
'areas': areas or [
|
||||
|
||||
Reference in New Issue
Block a user