aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Doc.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-09-30 14:23:26 -0400
committerbobzel <zzzman@gmail.com>2024-09-30 14:23:26 -0400
commitabc044715f4ad5ab5c919516c87b77ebe44802d2 (patch)
tree7e028eb469fe85b0e751412d3005a46898bfcf6b /src/fields/Doc.ts
parent46805eac57f21e4cf447dc60e008d9cc27cf9205 (diff)
cleaning up pull request.
Diffstat (limited to 'src/fields/Doc.ts')
-rw-r--r--src/fields/Doc.ts1
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>>;