Skip to content

Commit

Permalink
Remove class reference
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Schultz <[email protected]>
  • Loading branch information
dylanschultzie committed Apr 11, 2024
1 parent 022823b commit 2a925ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func main() {
registry := prometheus.NewPedanticRegistry()
registry.MustRegister(
collector.NewNodeRpcMetrics(client, *accountId),
collector.NewDevNodeRpcMetrics(devClient),
)

handler := promhttp.HandlerFor(registry, promhttp.HandlerOpts{
Expand Down

0 comments on commit 2a925ea

Please sign in to comment.