From cdd458129ba86db9acbf7101b311225a3ed05834 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 17 Feb 2024 03:33:55 -0500 Subject: [PATCH] fix: initParams missing fx.In --- protocols/protocols.go | 1 + 1 file changed, 1 insertion(+) diff --git a/protocols/protocols.go b/protocols/protocols.go index 36292cd..2ef5dc2 100644 --- a/protocols/protocols.go +++ b/protocols/protocols.go @@ -27,6 +27,7 @@ func BuildProtocols(config *viper.Viper) fx.Option { } type initParams struct { + fx.In Protocols []registry.Protocol `group:"protocol"` }