aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Key.ts
diff options
context:
space:
mode:
authormadelinegr <laura_wilson@brown.edu>2019-02-27 15:52:59 -0500
committermadelinegr <laura_wilson@brown.edu>2019-02-27 15:52:59 -0500
commit4d356d098e44d3d736358d166e905aec1de9c4d6 (patch)
treeb4d00bebaa3bd76378ef0205855ea810b0e44e89 /src/fields/Key.ts
parentf7829f425e1ccbc6baa2059c91fa914d21963440 (diff)
parentc6ce284c0938587df5a0fa759587b33f8beaa68f (diff)
merged
Diffstat (limited to 'src/fields/Key.ts')
-rw-r--r--src/fields/Key.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fields/Key.ts b/src/fields/Key.ts
index c16a00878..00d78d516 100644
--- a/src/fields/Key.ts
+++ b/src/fields/Key.ts
@@ -2,7 +2,6 @@ import { Field, FieldId } from "./Field"
import { Utils } from "../Utils";
import { observable } from "mobx";
import { Types } from "../server/Message";
-import { ObjectID } from "bson";
import { Server } from "../client/Server";
export class Key extends Field {