fix: TusHandlerParams missing fx.In

This commit is contained in:
Derrick Hammer 2024-02-17 03:38:44 -05:00
parent 407114f527
commit 6f3f6015fe
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 0 deletions

View File

@ -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