fix: initParams missing fx.In

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

View File

@ -27,6 +27,7 @@ func BuildProtocols(config *viper.Viper) fx.Option {
} }
type initParams struct { type initParams struct {
fx.In
Protocols []registry.Protocol `group:"protocol"` Protocols []registry.Protocol `group:"protocol"`
} }