Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
jfullerton44 committed Jan 29, 2024
1 parent c07e531 commit 76d1ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/src/management/http_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl TunnelManagementClient {
endpoint: &TunnelRelayTunnelEndpoint,
options: &TunnelRequestOptions,
) -> HttpResult<TunnelRelayTunnelEndpoint> {
let url = self.build_tunnel_uri(
let mut url = self.build_tunnel_uri(
locator,
Some(&format!(
"{}/{}",
Expand Down

0 comments on commit 76d1ffa

Please sign in to comment.