aboutsummaryrefslogtreecommitdiff
path: root/src/fields/ImageField.ts
diff options
context:
space:
mode:
authorandrewdkim <46148447+andrewdkim@users.noreply.github.com>2019-03-09 18:37:10 -0500
committerGitHub <noreply@github.com>2019-03-09 18:37:10 -0500
commit36830f4677997ce190e0c18bad7bd5ffbeab86b0 (patch)
tree1ff38ba44c3567ed1ef09fc2107da8b4ffb7d1b0 /src/fields/ImageField.ts
parentb9cfa458a6535e7ee0ff8b81398afa1e123cf458 (diff)
parent96eede5f7d1706a3f7ac6ee02a85bb3da217f467 (diff)
Merge branch 'master' into audiovideo
Diffstat (limited to 'src/fields/ImageField.ts')
-rw-r--r--src/fields/ImageField.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fields/ImageField.ts b/src/fields/ImageField.ts
index b2226d55a..be8d73e68 100644
--- a/src/fields/ImageField.ts
+++ b/src/fields/ImageField.ts
@@ -1,7 +1,6 @@
import { BasicField } from "./BasicField";
import { Field, FieldId } from "./Field";
import { Types } from "../server/Message";
-import { ObjectID } from "bson";
export class ImageField extends BasicField<URL> {
constructor(data: URL | undefined = undefined, id?: FieldId, save: boolean = true) {