stay code :P

This commit is contained in:
pigwin
2025-02-08 14:48:20 +00:00
parent 8c0bd734c6
commit 6632c38c0c
7 changed files with 39 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ func DBData(data *data.Data) {
defer db.Close()
// Connect to Valkey
valkeyClient, err := config.ConnectToValkey("config/conf.json")
valkeyClient, err := config.ConnectToValkey()
if err != nil {
log.Fatalf("Failed to connect to Valkey: %v", err)
}