aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields
diff options
context:
space:
mode:
authorStanley Yip <33562077+yipstanley@users.noreply.github.com>2020-04-29 15:36:17 -0700
committerGitHub <noreply@github.com>2020-04-29 15:36:17 -0700
commit7afb42395c730216fcdce77758edc9c54a273289 (patch)
tree3f4209ed36f96ba4b55394ed092366de75a1f198 /src/new_fields
parentdfa9b765a2918e2e4613d57ac70370b2dc292726 (diff)
parentd66aaffc27405f4231a29cd6edda3477077ae946 (diff)
Merge branch 'master' into snapper
Diffstat (limited to 'src/new_fields')
-rw-r--r--src/new_fields/Doc.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts
index 337274774..153af933a 100644
--- a/src/new_fields/Doc.ts
+++ b/src/new_fields/Doc.ts
@@ -254,6 +254,7 @@ export namespace Doc {
// return Cast(field, ctor);
// });
// }
+
export function RunCachedUpdate(doc: Doc, field: string) {
const update = doc[CachedUpdates][field];
if (update) {