Skip to content

Commit

Permalink
Update src/dispatch/case/messaging.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Vilanova <[email protected]>
  • Loading branch information
kevgliss and mvilanova authored Sep 20, 2023
1 parent 8c647ba commit e47302a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/case/messaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ def send_case_triage_reminder(case: Case, db_session: SessionLocal):
items=items,
)

log.debug(f"Case close reminder sent to {case.assignee.individual.email}.")
log.debug(f"Case triage reminder sent to {case.assignee.individual.email}.")

0 comments on commit e47302a

Please sign in to comment.