Actually use the provided value

This commit is contained in:
Kegan Dougal 2023-10-11 13:21:52 +01:00
parent fe624d5ad0
commit 32c2f6b93d

View File

@ -29,7 +29,7 @@ var (
func setTimeSinceValue(val time.Duration) {
timeSinceMu.Lock()
timeSinceValue = time.Minute * 2
timeSinceValue = val
timeSinceMu.Unlock()
}
func init() {