mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2026-05-19 19:10:56 +02:00
fix: temp patch to load a single registry
* We seem to have an issue loading a slice from env
This commit is contained in:
1
internal/cache/cache.go
vendored
1
internal/cache/cache.go
vendored
@@ -27,6 +27,7 @@ type (
|
||||
)
|
||||
|
||||
func New(o CacheOpts) (Cache, error) {
|
||||
o.Logg.Info("initializing cache", "registries", o.Registries, "watchlist", o.Watchlist, "blacklist", o.Blacklist)
|
||||
var cache Cache
|
||||
|
||||
switch o.CacheType {
|
||||
|
||||
Reference in New Issue
Block a user