Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/missing-participant-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon authored Jun 26, 2024
2 parents 3c60dde + 6acfa98 commit 66b8319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/participant_role/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ def map_case_role_to_incident_role(
if role.role in role_mapping:
return role_mapping[role.role]

return cls.observer
return cls.participant

0 comments on commit 66b8319

Please sign in to comment.