Skip to content

Commit

Permalink
fix(notifications): correctly set the delay from options (#1726)
Browse files Browse the repository at this point in the history
Co-authored-by: Tentoe <[email protected]>
  • Loading branch information
Tentoe and Tentoe authored Aug 12, 2023
1 parent 7948242 commit 30280e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/notifications/shoutrrr.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ func createNotifier(urls []string, level log.Level, tplString string, legacy boo
legacyTemplate: legacy,
data: data,
params: params,
delay: delay,
}
}

Expand Down

0 comments on commit 30280e3

Please sign in to comment.