fix(ci): fix linter errors

This commit is contained in:
Łukasz Mierzwa
2020-06-12 14:24:08 +01:00
committed by Łukasz Mierzwa
parent e484580bbf
commit 8bbd48b6eb

View File

@@ -280,7 +280,7 @@ func alerts(c *gin.Context) {
alertGridLabelValues[alert.Labels[gridLabel]] = true
}
for alertGridLabelValue, _ := range alertGridLabelValues {
for alertGridLabelValue := range alertGridLabelValues {
alert := models.Alert(alert)
// we need to update fingerprints since we've modified some fields in dedup