Skip to content

Commit

Permalink
feat(detectedFields): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
svennergr committed May 6, 2024
1 parent f18aea7 commit ea24911
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 @@ -1203,7 +1203,7 @@ func parseDetectedFields(ctx context.Context, limit uint32, streams logqlmodel.S
continue
}

if slices.Contains(df.parsers, *parser) == false {
if !slices.Contains(df.parsers, *parser) {
df.parsers = append(df.parsers, *parser)
}

Expand Down

0 comments on commit ea24911

Please sign in to comment.