diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-02-11 20:32:22 -0500 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-02-11 20:32:22 -0500 |
commit | 7d30ae6c423290e502f72be566c4aba4fe62f9ff (patch) | |
tree | 53141e505c042cc69d481e4c731cc727728888a3 /src/fields/Document.ts | |
parent | 867fd2bffb67be06e889d3ac0fb6603bc8c4d92a (diff) |
asdkjfl
Diffstat (limited to 'src/fields/Document.ts')
-rw-r--r-- | src/fields/Document.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fields/Document.ts b/src/fields/Document.ts index e32e03070..004bfa4c0 100644 --- a/src/fields/Document.ts +++ b/src/fields/Document.ts @@ -160,7 +160,7 @@ export class Document extends Field { let fields: [string, string][] = [] this._proxies.forEach((field, key) => { if (field) { - fields.push([key.Name, field as string]) + fields.push([key.Id as string, field as string]) } }); |