Skip to content

Commit

Permalink
Fixed master's bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dobyte committed Jul 3, 2024
1 parent 0c0325f commit 025a6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/master/master.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (m *Master) Start() {

m.opts.transporter.SetDefaultDiscovery(m.opts.registry)

m.proxy.watch(m.ctx)
m.proxy.watch()

m.debugPrint()

Expand Down

0 comments on commit 025a6e8

Please sign in to comment.