edgeandnode / gateway

Graph Gateway
MIT License
8 stars 4 forks source link

fix(graph-gateway): use format display to construct the indexer url #886

Closed LNSD closed 3 months ago

LNSD commented 3 months ago

A change in the DeploymentId std::fmt::Debug trait has uncovered a bug in the graph gateway: We are constructing the indexer client's URL using the std::fmt::Debug trait ("{:?}") instead of the std::fmt::Display trait ("{}").