Skip to content

Commit

Permalink
Excellent review suggestion!
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ Saunders committed Mar 22, 2018
1 parent 230e8e3 commit de13759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/handler-opsgenie.rb
Expand Up @@ -132,7 +132,7 @@ def create_alert
end

def event_priority
return nil unless json_config['priority']
return DEFAULT_PRIORITY unless json_config['priority']
priority = json_config['priority']

canonical_priority = priority.upcase
Expand Down

0 comments on commit de13759

Please sign in to comment.