fixes
This commit is contained in:
@@ -47,7 +47,7 @@ func getFetchers(config Config, cache *Cache) []Fetcher {
|
||||
}
|
||||
|
||||
func getCache() Cache {
|
||||
cache := Cache{}
|
||||
cache := *NewCache()
|
||||
cache.Load()
|
||||
return cache
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user