Skip to content

Commit

Permalink
add missing bracket to fix issue in commit bdc279f
Browse files Browse the repository at this point in the history
  • Loading branch information
DDH13 committed Apr 26, 2024
1 parent efc2d79 commit 9a5f436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/config-deployer-service/ballerina/APIClient.bal
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ public class APIClient {
} else {
apiArtifact.sandboxGrpcRoutes.push(grpcRoute);
}
}
} else {
model:HTTPRoute httpRoute = {
metadata:
Expand All @@ -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;
Expand Down

0 comments on commit 9a5f436

Please sign in to comment.