diff options
author | bobzel <zzzman@gmail.com> | 2024-09-30 14:23:26 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-09-30 14:23:26 -0400 |
commit | abc044715f4ad5ab5c919516c87b77ebe44802d2 (patch) | |
tree | 7e028eb469fe85b0e751412d3005a46898bfcf6b /src/fields/Doc.ts | |
parent | 46805eac57f21e4cf447dc60e008d9cc27cf9205 (diff) |
cleaning up pull request.
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 0f1609711..b8025cac4 100644 --- a/src/fields/Doc.ts +++ b/src/fields/Doc.ts @@ -24,7 +24,6 @@ import { listSpec } from './Schema'; import { ComputedField, ScriptField } from './ScriptField'; import { BoolCast, Cast, DocCast, FieldValue, NumCast, StrCast, ToConstructor, toList } from './Types'; import { containedFieldChangedHandler, deleteProperty, GetEffectiveAcl, getField, getter, makeEditable, makeReadOnly, setter, SharingPermissions } from './util'; -import { KEY } from 'google-maps'; export let ObjGetRefField: (id: string, force?: boolean) => Promise<Doc | undefined>; export let ObjGetRefFields: (ids: string[]) => Promise<Map<string, Doc | undefined>>; |