Skip to content

Commit 07d3935

Browse files
committed
fix: remove for_query_url_from_auth_token
1 parent 5388907 commit 07d3935

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/service/src/service.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,7 @@ async fn create_subgraph_client(
206206
deployment,
207207
)
208208
}),
209-
DeploymentDetails::for_query_url_with_token(
210-
subgraph_config.query_url.clone(),
211-
subgraph_config.query_auth_token.clone(),
212-
),
209+
DeploymentDetails::for_query_url(subgraph_config.query_url.clone().as_str()).unwrap(),
213210
)
214211
.await,
215212
))

0 commit comments

Comments
 (0)