mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-23 05:25:35 +03:00
- querylog: fix linter issue
This commit is contained in:
parent
12f4ebc6a5
commit
a7742a3665
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue