From bb3ebfa2e3176fdfb648cb7da052e07989fee050 Mon Sep 17 00:00:00 2001 From: madelinegr Date: Wed, 13 Feb 2019 17:40:08 -0500 Subject: broke even --- src/fields/Document.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fields/Document.ts') diff --git a/src/fields/Document.ts b/src/fields/Document.ts index 56ac3c471..f7239145f 100644 --- a/src/fields/Document.ts +++ b/src/fields/Document.ts @@ -159,7 +159,7 @@ export class Document extends Field { throw new Error("Method not implemented."); } - ToJson(): { type: Types, data: [string, string][], _id: ObjectID } { + ToJson(): { type: Types, data: [string, string][], _id: String } { let fields: [string, string][] = [] this._proxies.forEach((field, key) => { if (field) { -- cgit v1.2.3-70-g09d2