Skip to content

Commit

Permalink
Merge branch 'master' into adds-gzip-compression
Browse files Browse the repository at this point in the history
  • Loading branch information
Meandmybadself authored Jun 26, 2024
2 parents d020bb7 + 6acfa98 commit ab86ada
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 ab86ada

Please sign in to comment.