Skip to content

Commit

Permalink
chore: Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Jul 4, 2024
1 parent 9c63b91 commit db6b4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block-streamer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async fn main() -> anyhow::Result<()> {

let redis_url = std::env::var("REDIS_URL").expect("REDIS_URL is not set");
let graphql_endpoint =
std::env::var("HASURA_GRAPHQL_ENDPOINT").expect("HASURA_GRAPHQL_ENDPOINT is not set"); // Prod Hasura
std::env::var("HASURA_GRAPHQL_ENDPOINT").expect("HASURA_GRAPHQL_ENDPOINT is not set");
let grpc_port = std::env::var("GRPC_PORT").expect("GRPC_PORT is not set");
let metrics_port = std::env::var("METRICS_PORT")
.expect("METRICS_PORT is not set")
Expand Down

0 comments on commit db6b4ac

Please sign in to comment.