mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
fix(notifications): correctly set the delay from options (#1726)
Co-authored-by: Tentoe <tentoe86@pm.me>
This commit is contained in:
parent
7948242260
commit
30280e38b4
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue