Skip to content

Commit

Permalink
fix:issue apache#2216
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed Mar 29, 2023
1 parent 589d067 commit 66f6dd5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions registry/polaris/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,6 @@ func createRegisterParam(url *common.URL, serviceName string) *api.InstanceRegis

ver := url.GetParam("version", "")

protocolVal := protocolForDubboGO
if len(url.Protocol) != 0 {
protocolVal = url.Protocol
}

req := &api.InstanceRegisterRequest{
InstanceRegisterRequest: model.InstanceRegisterRequest{
Service: serviceName,
Expand Down

0 comments on commit 66f6dd5

Please sign in to comment.