Skip to content

Commit

Permalink
fix: more linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Mar 27, 2024
1 parent 33229e8 commit e82e8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/querier/querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ func (q *SingleTenantQuerier) Volume(ctx context.Context, req *logproto.VolumeRe
return seriesvolume.Merge(responses, req.Limit), nil
}

func (q *SingleTenantQuerier) DetectedFields(ctx context.Context, req *logproto.DetectedFieldsRequest) (*logproto.DetectedFieldsResponse, error) {
func (q *SingleTenantQuerier) DetectedFields(_ context.Context, _ *logproto.DetectedFieldsRequest) (*logproto.DetectedFieldsResponse, error) {
return &logproto.DetectedFieldsResponse{
Fields: []*logproto.DetectedField{
{
Expand Down

0 comments on commit e82e8ce

Please sign in to comment.