Skip to content

Commit

Permalink
Feat/discovery services (polarismesh#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed Apr 1, 2023
1 parent d8bcc3e commit df8af13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,6 @@ func (s *Server) createServiceIfAbsent(
svcId := resp.GetService().GetId().GetValue()
return svcId, nil
}

func (s *Server) loadService(namespace string, svcName string) (*model.Service, *apiservice.Response) {
svc := s.caches.Service().GetServiceByName(svcName, namespace)
if svc != nil {
Expand Down

0 comments on commit df8af13

Please sign in to comment.