fix(notifications): correctly set the delay from options (#1726)

Co-authored-by: Tentoe <tentoe86@pm.me>
pull/1727/head
Tentoe 10 months ago committed by GitHub
parent 7948242260
commit 30280e38b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -110,6 +110,7 @@ func createNotifier(urls []string, level log.Level, tplString string, legacy boo
legacyTemplate: legacy,
data: data,
params: params,
delay: delay,
}
}

Loading…
Cancel
Save