Skip to content

Commit 024aa7e

Browse files
committed
fixed fx initialization
Signed-off-by: Jakob Haahr Taankvist <[email protected]>
1 parent 506e318 commit 024aa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/server/cadence/fx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func Module(serviceName string) fx.Option {
7474
return z.With(zap.String("service", service.ShardDistributor)), l.WithTags(tag.Service(service.ShardDistributor))
7575
}),
7676

77-
fx.Provide(etcd.Module),
77+
etcd.Module,
7878

7979
rpcfx.Module,
8080
sharddistributorfx.Module)

0 commit comments

Comments
 (0)