Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO committed Jan 16, 2025
1 parent 61c687f commit f204a3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public PaginatedResult<Service> list(CommonPageQuery query) {

List<String> endpoints = getServiceEndpoints(serviceEndpoint, namespace, name);
if (CollectionUtils.isEmpty(registryzService.getPorts())
|| (!SHOW_MCP_SERVICE_PORTS && CommonKey.MCP_NAMESPACE.equals(namespace))) {
|| !SHOW_MCP_SERVICE_PORTS && CommonKey.MCP_NAMESPACE.equals(namespace)) {
Service service = new Service();
service.setName(name);
service.setNamespace(namespace);
Expand Down

0 comments on commit f204a3a

Please sign in to comment.