fix: StorageServiceParams missing fx.In

This commit is contained in:
Derrick Hammer 2024-02-17 03:33:44 -05:00
parent 857ffe4fdd
commit 76025f0a8a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ type StorageServiceDefault struct {
}
type StorageServiceParams struct {
fx.In
Config *viper.Viper
Db *gorm.DB
Renter *renter.RenterDefault