diff --git a/runtime/config-deployer-service/ballerina/APIClient.bal b/runtime/config-deployer-service/ballerina/APIClient.bal index 02e78c1e6..5c86fc3bc 100644 --- a/runtime/config-deployer-service/ballerina/APIClient.bal +++ b/runtime/config-deployer-service/ballerina/APIClient.bal @@ -572,6 +572,7 @@ public class APIClient { } else { apiArtifact.sandboxGrpcRoutes.push(grpcRoute); } + } } else { model:HTTPRoute httpRoute = { metadata: @@ -593,11 +594,10 @@ public class APIClient { } } } - return; - } } + private isolated function generateAndRetrieveParentRefs(APKConf apkConf, string uniqueId) returns model:ParentReference[] { string gatewayName = gatewayConfiguration.name; string listenerName = gatewayConfiguration.listenerName;