Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Rebase branch on master and fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgreg committed Mar 12, 2024
1 parent 2d737a8 commit 494a064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/alert/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ func (am *alertManager) handleTelegramPost(alert core.Alert, policy *core.AlertP

// Create Telegram event trigger
event := &client.AlertEventTrigger{
Message: am.interpolator.TelegramMessage(alert, policy.Msg),
Severity: alert.Sev,
Message: am.interpolator.TelegramMessage(alert, policy.Msg),
Alert: alert,
}

for _, tc := range telegramClients {
Expand Down

0 comments on commit 494a064

Please sign in to comment.