mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-19 00:55:09 +00:00
c1437c7b46
The `LookupConfig` code was not using `GetWithDefault`, because of which some of the config values were being returned as empty string, and calls like `strconv.Atoi` and `time.ParseDuration` on these were failing.