Merge pull request #3527 from cisagov/rh/3389-remove-extra-context

#3389 - Remove redundant context - [RH]
This commit is contained in:
Slim 2025-02-14 11:39:12 -08:00 committed by GitHub
commit 92c66b7eca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,8 +91,6 @@ def send_templated_email( # noqa
subject = subject_template.render(context=context)
subject = f"{prefix}{subject}"
context["subject"] = subject
try:
ses_client = boto3.client(
"sesv2",