fix: 删除无用的wg
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user