Skip to content

Commit

Permalink
fix: feature-gate stream-url assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Dec 12, 2024
1 parent f511287 commit 0481ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/urls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ impl UnleashUrls {
.push("features");
#[cfg(feature = "streaming")]
let mut client_features_stream_url = client_api_url.clone();
#[cfg(feature = "streaming")]
client_features_stream_url
.path_segments_mut()
.unwrap()
Expand Down

0 comments on commit 0481ebf

Please sign in to comment.