Skip to content

Commit

Permalink
chore: Update for failing lint issue (#14301)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul1r authored Sep 27, 2024
1 parent 6875c87 commit 84788ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/querier/queryrange/roundtrip.go
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ func sharedIndexTripperware(
// NewDetectedFieldsTripperware creates a new frontend tripperware responsible for handling detected field requests, which are basically log filter requests with a bit more processing.
func NewDetectedFieldsTripperware(
limits Limits,
schema config.SchemaConfig,
_ config.SchemaConfig,
limitedTripperware base.Middleware,
logTripperware base.Middleware,
) (base.Middleware, error) {
Expand Down

0 comments on commit 84788ad

Please sign in to comment.