Loading src/service/service/ServiceServiceServicerImpl.py +2 −2 Original line number Diff line number Diff line Loading @@ -131,8 +131,8 @@ class ServiceServiceServicerImpl(ServiceServiceServicer): constraint.endpoint_location.endpoint_id.CopyFrom(closer_endpoint_id) service_endpoint_ids = [ endpoint.endpoint_id.endpoint_uuid for endpoint in service.service_endpoint_ids endpoint_id.endpoint_uuid for endpoint_id in service.service_endpoint_ids ] if closer_endpoint_id not in service_endpoint_ids: service.service_endpoint_ids.append(closer_endpoint_id) Loading Loading
src/service/service/ServiceServiceServicerImpl.py +2 −2 Original line number Diff line number Diff line Loading @@ -131,8 +131,8 @@ class ServiceServiceServicerImpl(ServiceServiceServicer): constraint.endpoint_location.endpoint_id.CopyFrom(closer_endpoint_id) service_endpoint_ids = [ endpoint.endpoint_id.endpoint_uuid for endpoint in service.service_endpoint_ids endpoint_id.endpoint_uuid for endpoint_id in service.service_endpoint_ids ] if closer_endpoint_id not in service_endpoint_ids: service.service_endpoint_ids.append(closer_endpoint_id) Loading