go-graphite / carbonapi

Implementation of graphite API (graphite-web) in golang
Other
308 stars 140 forks source link

fix: runtime error highest current #837

Closed AleksandrMatsko closed 2 months ago

AleksandrMatsko commented 3 months ago

If the second argument (n) of highest... (lowest...) functions is zero or negative then runtime error occurs. This PR fixes it.