Skip to content

Commit

Permalink
fix: endless recursive call
Browse files Browse the repository at this point in the history
  • Loading branch information
romshark committed Feb 27, 2025
1 parent 429b5e5 commit cdfe955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/internal/servers/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ type metricsError struct {
}

func (e metricsError) Error() string {
return e.Error()
return e.err.Error()
}

func errToMetricResult(err error) string {
Expand Down

0 comments on commit cdfe955

Please sign in to comment.