Skip to content

Commit

Permalink
Merge pull request #141 from monzo/fix-severity-event
Browse files Browse the repository at this point in the history
Send correct metadata for update type when setting severity in Slack
  • Loading branch information
sophiekoonin authored Sep 10, 2019
2 parents b6d689e + 64e7063 commit b3dbd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion response/slack/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def update_incident_severity_event(prev_state, instance):

add_incident_update_event(
incident=instance,
update_type="incident_impact",
update_type="incident_severity",
text=text,
old_value={
"id": prev_state.severity,
Expand Down

0 comments on commit b3dbd00

Please sign in to comment.