Skip to content

Commit

Permalink
refactor(graph-gateway): add query selector extractor (II)
Browse files Browse the repository at this point in the history
  • Loading branch information
LNSD committed Jan 24, 2024
1 parent a3ad73b commit 768151c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graph-gateway/src/client_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use alloy_primitives::{Address, BlockNumber, U256};
use alloy_sol_types::Eip712Domain;
use anyhow::anyhow;
use axum::extract::OriginalUri;
use axum::response::IntoResponse;
use axum::{
body::Bytes,
extract::State,
Expand Down

0 comments on commit 768151c

Please sign in to comment.