mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 07:21:13 -05:00
Remove unused variable
This changeset follows up PR #636 to remove a variable no longer used in the go live email template. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -261,8 +261,7 @@ def update_service(service_id):
|
||||
service_id=service_id,
|
||||
template_id=current_app.config["SERVICE_NOW_LIVE_TEMPLATE_ID"],
|
||||
personalisation={
|
||||
"service_name": current_data["name"],
|
||||
"message_limit": "{:,}".format(current_data["message_limit"]),
|
||||
"service_name": current_data["name"]
|
||||
},
|
||||
include_user_fields=["name"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user