mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-23 00:21:28 +00:00
chore: auto-fix lint & formatting [skip ci]
This commit is contained in:
parent
a77ac8ad91
commit
df16dc94f7
17 changed files with 142 additions and 125 deletions
|
|
@ -241,7 +241,7 @@ export function evaluateFilterNode(
|
|||
export function explainFilter(filter: Filter): string {
|
||||
const patterns = toPatterns(filter);
|
||||
const value = patterns.map((m) => JSON.stringify(m)).join(" or ");
|
||||
const label = filter.type === "field" ? filter.path ?? "field" : filter.type;
|
||||
const label = filter.type === "field" ? (filter.path ?? "field") : filter.type;
|
||||
const op = filter.op ?? "eq";
|
||||
let base: string;
|
||||
if (filter.type === "keyword") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue