Skip to content

Commit

Permalink
feat(1-3220): remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 6, 2025
1 parent 2cbd47e commit 654e90d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/client_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ pub async fn stream_features(
let (validated_token, _filter_set, query) =
get_feature_filter(&edge_token, &token_cache, filter_query.clone())?;

// so we really just need to validate the token here.
broadcaster.connect(validated_token, query).await
}

Expand Down

0 comments on commit 654e90d

Please sign in to comment.