diff options
author | bobzel <zzzman@gmail.com> | 2020-09-01 16:57:49 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-01 16:57:49 -0400 |
commit | 4bdb3b64c476ffdc5b5c53c9c296c50ce68a8fc5 (patch) | |
tree | 5191a0ec62c09d1aebaa1fcb0e3195054836c598 /src/fields/Doc.ts | |
parent | ed69ee12a8d9971810c9f391700de526185f0738 (diff) |
fixed facet filters operations and whitelisting of known fields
Diffstat (limited to 'src/fields/Doc.ts')
-rw-r--r-- | src/fields/Doc.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fields/Doc.ts b/src/fields/Doc.ts index 1401dd6a1..a4fcfce5e 100644 --- a/src/fields/Doc.ts +++ b/src/fields/Doc.ts @@ -23,7 +23,6 @@ import { deleteProperty, getField, getter, makeEditable, makeReadOnly, setter, u import { LinkManager } from "../client/util/LinkManager"; import JSZip = require("jszip"); import { saveAs } from "file-saver"; -import { result } from "lodash"; export namespace Field { export function toKeyValueString(doc: Doc, key: string): string { |