Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Arve Knudsen <[email protected]>
  • Loading branch information
santileira and aknuds1 authored Jan 21, 2025
1 parent 3a762ff commit c246dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ingester/client/compat.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func ToLabelValuesRequest(labelName model.LabelName, from, to model.Time, hints
StartTimestampMs: int64(from),
EndTimestampMs: int64(to),
Matchers: &LabelMatchers{Matchers: ms},
Limit: int64(limit),
Limit: limit,
}, nil
}

Expand Down

0 comments on commit c246dc6

Please sign in to comment.