fix: StorageServiceParams missing fx.In
This commit is contained in:
parent
857ffe4fdd
commit
76025f0a8a
|
@ -62,6 +62,7 @@ type StorageServiceDefault struct {
|
|||
}
|
||||
|
||||
type StorageServiceParams struct {
|
||||
fx.In
|
||||
Config *viper.Viper
|
||||
Db *gorm.DB
|
||||
Renter *renter.RenterDefault
|
||||
|
|
Loading…
Reference in New Issue