Skip to content

Commit 0c1a5f8

Browse files
Fix lint
Signed-off-by: George Robinson <[email protected]>
1 parent 3cfaa20 commit 0c1a5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type Options struct {
5757
AlertStatusFunc func(model.Fingerprint) types.AlertStatus
5858
// GroupMutedFunc is used be the API to know if an alert is muted.
5959
// Mandatory.
60-
GroupMutedFunc func(routeID string, groupKey string) ([]string, bool)
60+
GroupMutedFunc func(routeID, groupKey string) ([]string, bool)
6161
// Peer from the gossip cluster. If nil, no clustering will be used.
6262
Peer cluster.ClusterPeer
6363
// Timeout for all HTTP connections. The zero value (and negative

0 commit comments

Comments
 (0)