Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger committed Dec 2, 2024
2 parents 6cc1f7e + 06c171a commit e65089d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ structlog = "^24.4.0"
pytest = "^8.2.2"
pytest-it = "^0.1.5"
requests-mock = "^1.12.1"
ruff = "^0.7.2"
ruff = "^0.7.4"

[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
Expand Down
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 e65089d

Please sign in to comment.