Remove expand_emails argument from get_template

It isn’t used for anything now.
This commit is contained in:
Chris Hill-Scott
2019-09-02 16:15:24 +01:00
parent 17b8c0194b
commit 40e020d40d
4 changed files with 0 additions and 11 deletions

View File

@@ -79,7 +79,6 @@ def view_notification(service_id, notification_id):
notification_id=notification_id,
filetype='png',
),
expand_emails=True,
page_count=page_count,
show_recipient=True,
redact_missing_personalisation=True,