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

Co-authored-by: Tentoe <tentoe86@pm.me>
This commit is contained in:
Tentoe 2023-08-12 14:16:40 +02:00 committed by GitHub
parent 7948242260
commit 30280e38b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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