Skip to content

Commit 5019c98

Browse files
committed
fix: revert
1 parent d1e12cd commit 5019c98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/service/src/service.rs

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

0 commit comments

Comments
 (0)