Skip to content

Commit

Permalink
mcs: fix error typo (#7354)
Browse files Browse the repository at this point in the history
ref #4399

Signed-off-by: husharp <jinhao.hu@pingcap.com>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
  • Loading branch information
HuSharp and ti-chi-bot[bot] authored Nov 10, 2023
1 parent 71621d3 commit ad96bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mcs/tso/server/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ func init() {

// Install registers the API group and grpc service.
func Install(register *registry.ServiceRegistry) {
register.RegisterService("Scheduling", server.NewService[*server.Server])
register.RegisterService("TSO", server.NewService[*server.Server])
}

0 comments on commit ad96bf1

Please sign in to comment.