Skip to content

Commit

Permalink
Update nacosserviceregistry.go (#478)
Browse files Browse the repository at this point in the history
* Update nacosserviceregistry.go

* Update nacosserviceregistry.go
  • Loading branch information
jthann committed Jan 25, 2022
1 parent 3c21251 commit 60e7d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/object/nacosserviceregistry/nacosserviceregistry.go
Expand Up @@ -441,6 +441,7 @@ func (n *NacosServiceRegistry) ListAllServiceInstances() (map[string]*servicereg
}

serviceNames = append(serviceNames, services.Doms...)
pageNo++
}

instances := make(map[string]*serviceregistry.ServiceInstanceSpec)
Expand Down

0 comments on commit 60e7d83

Please sign in to comment.