Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Apr 27, 2023
1 parent 2e4cec7 commit 0fbaed1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apollo-router/src/axum_factory/axum_http_server_factory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ async fn handle_graphql(
tracing::info!(counter.apollo_router_session_count_active = -1,);
let (mut parts, body) = response.response.into_parts();


let opt_compressor = accept_encoding
.as_ref()
.and_then(|value| value.to_str().ok())
Expand Down

0 comments on commit 0fbaed1

Please sign in to comment.