- querylog: fix linter issue
This commit is contained in:
parent
12f4ebc6a5
commit
a7742a3665
|
@ -398,6 +398,7 @@ func readJSONValue(s, name string) string {
|
||||||
return s[start:end]
|
return s[start:end]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// nolint (gocyclo)
|
||||||
func (r *Reader) applySearch(str string) bool {
|
func (r *Reader) applySearch(str string) bool {
|
||||||
if r.search.ResponseStatus == responseStatusFiltered {
|
if r.search.ResponseStatus == responseStatusFiltered {
|
||||||
boolVal, ok := readJSONBool(str, "IsFiltered")
|
boolVal, ok := readJSONBool(str, "IsFiltered")
|
||||||
|
|
Loading…
Reference in New Issue