- querylog: fix linter issue

This commit is contained in:
Simon Zolin 2019-11-19 17:13:12 +03:00
parent 12f4ebc6a5
commit a7742a3665
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ func readJSONValue(s, name string) string {
return s[start:end]
}
// nolint (gocyclo)
func (r *Reader) applySearch(str string) bool {
if r.search.ResponseStatus == responseStatusFiltered {
boolVal, ok := readJSONBool(str, "IsFiltered")