Skip to content

Commit

Permalink
bugfix: case participants added to incidents should be participant ro…
Browse files Browse the repository at this point in the history
…le not observer
  • Loading branch information
wssheldon committed Jun 26, 2024
1 parent 50631c6 commit ea60a63
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 ea60a63

Please sign in to comment.