Skip to content

Commit

Permalink
Squashme: update request handler to thegraph crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Dec 1, 2023
1 parent bdfbe8f commit cd178f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/indexer_service/http/request_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use axum::{
TypedHeader,
};
use reqwest::StatusCode;
use toolshed::thegraph::DeploymentId;
use thegraph::types::DeploymentId;
use tracing::info;

use crate::{indexer_service::http::IsAttestable, prelude::AttestationSigner};
Expand Down

0 comments on commit cd178f2

Please sign in to comment.