Skip to content

Commit

Permalink
Merge pull request #19 from kjsanger/feature/ont-email
Browse files Browse the repository at this point in the history
Fix missing domain argument
  • Loading branch information
kjsanger authored Dec 2, 2024
2 parents 14f20e8 + f7fb5d3 commit 06c171a
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 06c171a

Please sign in to comment.