Skip to content

Commit

Permalink
feat(torch): remove char
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
  • Loading branch information
tty47 committed Jan 25, 2024
1 parent 2aa5975 commit cc3c771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/http/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func ConsNodesIDs(cfg config.MutualPeersConfig) error {

err = metrics.RegisterConsensusNodeMetric(
consNodeId,
peer.ServiceName,q
peer.ServiceName,
os.Getenv("POD_NAMESPACE"),
)
if err != nil {
Expand Down

0 comments on commit cc3c771

Please sign in to comment.