Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
fix: include proper graphql config key name (#781)
Browse files Browse the repository at this point in the history
Co-authored-by: Rashad Alston <[email protected]>
  • Loading branch information
ra0x3 and Rashad Alston authored Apr 20, 2023
1 parent 230ac37 commit 3f4538f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuel-indexer-lib/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ impl IndexerConfig {
}

let fuel_config_key = serde_yaml::Value::String("fuel_node".into());
let graphql_config_key = serde_yaml::Value::String("graphql".into());
let graphql_config_key = serde_yaml::Value::String("graphql_api".into());
let database_config_key = serde_yaml::Value::String("database".into());
let auth_config_key = serde_yaml::Value::String("authentication".into());

Expand Down

0 comments on commit 3f4538f

Please sign in to comment.