Skip to content

Commit

Permalink
Fixes reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
metroid-samus committed Nov 23, 2024
1 parent c6a3a51 commit 28fdfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/case_cost/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def update_case_participant_activities(
ParticipantActivity | None: The most recent participant activity created or updated.
"""
if not case:
log.warning(f"Case with id {case_id} not found.")
log.warning(f"Case with id {case.id} not found.")
return

case_type = case.case_type
Expand Down

0 comments on commit 28fdfd3

Please sign in to comment.