Skip to content

Commit

Permalink
Update src/dispatch/case/views.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Vilanova <[email protected]>
  • Loading branch information
metroid-samus and mvilanova authored Sep 28, 2023
1 parent f1ca893 commit 81433b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/case/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def create_case_resources(
current_case: CurrentCase,
background_tasks: BackgroundTasks,
):
"""Creates resources for an existing incident."""
"""Creates resources for an existing case."""
individual_participants, team_participants = get_case_participants(
case=current_case, db_session=db_session
)
Expand Down

0 comments on commit 81433b4

Please sign in to comment.