mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ci): fix linter errors
This commit is contained in:
committed by
Łukasz Mierzwa
parent
e484580bbf
commit
8bbd48b6eb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user