Skip to content

Commit c980b46

Browse files
committed
fix comment
1 parent 3b6676a commit c980b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

downdetector-exporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ type CompanySet struct {
101101
Stats60 int `json:"stats_60"`
102102
// IgnoreStats24 is the statistics over the last 24h in 15 minute buckets.
103103
IgnoreStats24 []int `json:"stats_24"`
104-
// Stats15 FIXME
104+
// Stats15 is the number of reports over the last 15
105105
Stats15 int `json:"-"`
106106
// NumStatus needs to be filled in programmatically from IgnoreStatus value so it can be used as metric
107107
NumStatus int `json:"-"`

0 commit comments

Comments
 (0)