From 76025f0a8a74fd7c5570c8fb92301fabe5d72974 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 17 Feb 2024 03:33:44 -0500 Subject: [PATCH] fix: StorageServiceParams missing fx.In --- storage/storage.go | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/storage.go b/storage/storage.go index 8d80f1b..e6a2803 100644 --- a/storage/storage.go +++ b/storage/storage.go @@ -62,6 +62,7 @@ type StorageServiceDefault struct { } type StorageServiceParams struct { + fx.In Config *viper.Viper Db *gorm.DB Renter *renter.RenterDefault