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