fix: 删除无用的wg

This commit is contained in:
tbphp
2025-07-12 23:09:53 +08:00
parent 43fea407a9
commit 705a38920e

View File

@@ -5,7 +5,6 @@ import (
"context" "context"
"fmt" "fmt"
"net/http" "net/http"
"sync"
"time" "time"
"gpt-load/internal/config" "gpt-load/internal/config"
@@ -38,7 +37,6 @@ type App struct {
storage store.Store storage store.Store
db *gorm.DB db *gorm.DB
httpServer *http.Server httpServer *http.Server
wg sync.WaitGroup
} }
// AppParams defines the dependencies for the App. // AppParams defines the dependencies for the App.