✏️ Fix typo caused complie issue

This commit is contained in:
LittleSheep 2024-09-22 14:23:12 +08:00
parent fb4e48551b
commit f958201097

View File

@ -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.")
} }