Skip to content

Commit

Permalink
fix pushover alerting
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaloubersac committed Apr 14, 2023
1 parent 7a7c7e4 commit ffee0d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/logrus/hooks/pushover/pushover.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,5 @@ func (p *PushoverHook) Fire(entry *logrus.Entry) error {
if err != nil {
return fmt.Errorf("Could not send message to Pushover API: %s", err)
}
fmt.Printf("Message from PUSHOVER is send!!, %s, %d", entry.Data["type"].(string), pr)
return nil
}

0 comments on commit ffee0d7

Please sign in to comment.