Skip to content

Commit

Permalink
minor fixes in chained alert trigger result
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
  • Loading branch information
eirsep committed Jul 10, 2023
1 parent d82d9e2 commit 4a36b61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class TriggerService(val scriptService: ScriptService) {
// if the script fails we need to send an alert so set triggered = true
ChainedAlertTriggerRunResult(
triggerName = trigger.name,
triggered = false,
triggered = true,
error = e,
associatedAlertIds = emptySet()
)
Expand Down

0 comments on commit 4a36b61

Please sign in to comment.