Skip to content

Commit

Permalink
feat: force semver
Browse files Browse the repository at this point in the history
  • Loading branch information
leahjlou committed Oct 3, 2024
1 parent 3eac521 commit bbd8416
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@ impl StacksDevnetApiK8sManager {
) -> Result<StacksV2InfoResponse, DevNetError> {
let client = HttpClient::new();

// Log the constructed service URL and port
let url = get_service_url(namespace, StacksDevnetService::StacksBlockchain);
let port =
get_service_port(StacksDevnetService::StacksBlockchain, ServicePort::RPC).unwrap();
Expand Down

0 comments on commit bbd8416

Please sign in to comment.