We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506e318 commit 024aa7eCopy full SHA for 024aa7e
cmd/server/cadence/fx.go
@@ -74,7 +74,7 @@ func Module(serviceName string) fx.Option {
74
return z.With(zap.String("service", service.ShardDistributor)), l.WithTags(tag.Service(service.ShardDistributor))
75
}),
76
77
- fx.Provide(etcd.Module),
+ etcd.Module,
78
79
rpcfx.Module,
80
sharddistributorfx.Module)
0 commit comments