diff --git a/notify/pushover/pushover.go b/notify/pushover/pushover.go index b74adb14ef..4e523f8766 100644 --- a/notify/pushover/pushover.go +++ b/notify/pushover/pushover.go @@ -149,7 +149,6 @@ func (n *Notifier) Notify(ctx context.Context, as ...*types.Alert) (bool, error) parameters.Add("sound", tmpl(n.conf.Sound)) newttl := int64(time.Duration(n.conf.TTL).Seconds()) - if newttl > 0 { parameters.Add("ttl", fmt.Sprintf("%d", newttl))