update
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 34s
Build and Publish / BuildAndDeployArm64 (push) Successful in 3m52s

This commit is contained in:
2025-11-25 20:30:45 +01:00
parent b0907aee41
commit e7e572b0f7
2 changed files with 7 additions and 9 deletions

View File

@@ -145,7 +145,7 @@ func main() {
log.Fatalf("Error creating inventory service: %v\n", err)
}
syncedServer := NewPoolServer(pool, fmt.Sprintf("%s, %s", name, podIp), klarnaClient, inventoryService)
syncedServer := NewPoolServer(pool, fmt.Sprintf("%s, %s", name, podIp), klarnaClient, inventoryService, rdb)
app := &App{
pool: pool,