Lint
This commit is contained in:
parent
ae8bd22253
commit
956a10e1b4
|
@ -530,6 +530,7 @@ export const buildQueryLegacy = (
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (isLogicalSearchOperator(queryOperator)) {
|
} else if (isLogicalSearchOperator(queryOperator)) {
|
||||||
|
// ignore
|
||||||
} else if (query[queryOperator] && operator !== "onEmptyFilter") {
|
} else if (query[queryOperator] && operator !== "onEmptyFilter") {
|
||||||
if (type === "boolean") {
|
if (type === "boolean") {
|
||||||
// Transform boolean filters to cope with null.
|
// Transform boolean filters to cope with null.
|
||||||
|
|
Loading…
Reference in New Issue