Skip to content

Commit

Permalink
Fixes calls to get incident participants. (#5220)
Browse files Browse the repository at this point in the history
  • Loading branch information
metroid-samus authored Sep 18, 2024
1 parent 1cb1451 commit f802f5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def handle_list_participants_command(

participants = participant_service.get_all_by_incident_id(
db_session=db_session, incident_id=context["subject"].id
).all()
)

incident = incident_service.get(db_session=db_session, incident_id=context["subject"].id)

Expand Down

0 comments on commit f802f5a

Please sign in to comment.