fix: TusHandlerParams missing fx.In
This commit is contained in:
parent
407114f527
commit
6f3f6015fe
|
@ -10,6 +10,8 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"go.uber.org/fx"
|
||||
|
||||
"git.lumeweb.com/LumeWeb/portal/account"
|
||||
|
||||
"github.com/spf13/viper"
|
||||
|
@ -55,6 +57,7 @@ type TusHandler struct {
|
|||
}
|
||||
|
||||
type TusHandlerParams struct {
|
||||
fx.In
|
||||
Config *viper.Viper
|
||||
Logger *zap.Logger
|
||||
Db *gorm.DB
|
||||
|
|
Loading…
Reference in New Issue