Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
  • Loading branch information
rubenvp8510 committed Jan 12, 2024
1 parent b67371e commit 04504aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/frontend/tagsharding.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (s searchTagSharder) RoundTrip(r *http.Request) (*http.Response, error) {
return s.httpErrorResponse(err), nil
}

// TODO: Need to review this and only applies to tag values and no tag names, also consolidate the logic in one single palce
// TODO: Need to review this and only applies to tag values and no tag names, also consolidate the logic in one single place
handler := newTagResultCollector(requestCtx, s.tagShardHandlerFactory, s.overrides.MaxBytesPerTagValuesQuery(tenantID))

searchReq, err := s.parseRequest(r)
Expand Down

0 comments on commit 04504aa

Please sign in to comment.