Skip to content

Commit

Permalink
chore: fix outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Oct 25, 2023
1 parent 460c6bd commit 9b6ff55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common/src/subgraph_client/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ impl DeploymentClient {
}
}

/// Network subgraph query wrapper
///
/// This is Arc internally, so it can be cloned and shared between threads.
/// Client for a subgraph that can fall back from a local deployment to a remote query URL
pub struct SubgraphClient {
local_client: Option<DeploymentClient>,
remote_client: DeploymentClient,
Expand Down

0 comments on commit 9b6ff55

Please sign in to comment.