Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v-anne committed Sep 30, 2024
1 parent 8ab532d commit c213268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/search/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def handle_recap_doc_change(
subject=subject,
body=txt,
from_email=settings.DEFAULT_ALERTS_EMAIL,
to=[email_recipient],
to=[email_recipient["email"]],
headers={"X-Entity-Ref-ID": f"prayer.rd.pk:{instance.pk}"},
)
msg.attach_alternative(html, "text/html")
Expand Down

0 comments on commit c213268

Please sign in to comment.