Skip to content

Commit

Permalink
Merge pull request #3527 from cisagov/rh/3389-remove-extra-context
Browse files Browse the repository at this point in the history
#3389 - Remove redundant context - [RH]
  • Loading branch information
therealslimhsiehdy authored Feb 14, 2025
2 parents cb32d0c + 026326b commit 92c66b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/registrar/utility/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 92c66b7

Please sign in to comment.