Skip to content

Commit

Permalink
Fix option name
Browse files Browse the repository at this point in the history
  • Loading branch information
armiiller committed Oct 10, 2023
1 parent 01fe152 commit 8bba8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/pager_tree/integrations/logic_monitor/v3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def adapter_process_outgoing
event = adapter_outgoing_event.event_name.to_s

# only send sync to logic monitor if logic monitor is the source
if event == "alert_acknowledged" && options_alert_acknowledged == true && adapter_outgoing_event.alert.source == self
if event == "alert_acknowledged" && option_alert_acknowledged == true && adapter_outgoing_event.alert.source == self
_on_acknowledge
end
end
Expand Down

0 comments on commit 8bba8d8

Please sign in to comment.