Skip to content

Commit

Permalink
Fix missing domain argument
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger committed Dec 2, 2024
1 parent 14f20e8 commit f7fb5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npg_notify/ont/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def run_email_tasks(
domain=domain,
contacts=sorted(contacts),
subject=task.subject(),
content=task.body(studies),
content=task.body(studies, domain=domain),
)

pipeline.done(task)
Expand Down

0 comments on commit f7fb5d3

Please sign in to comment.