✏️ Fix typo caused complie issue
This commit is contained in:
parent
fb4e48551b
commit
f958201097
@ -46,7 +46,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Initialize cache
|
// Initialize cache
|
||||||
if err := cache.NewCache(); err != nil {
|
if err := cache.NewStore(); err != nil {
|
||||||
log.Fatal().Err(err).Msg("An error occurred when initializing cache.")
|
log.Fatal().Err(err).Msg("An error occurred when initializing cache.")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user