diff options
| author | Stanley Yip <33562077+yipstanley@users.noreply.github.com> | 2020-04-29 15:36:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-29 15:36:17 -0700 |
| commit | 7afb42395c730216fcdce77758edc9c54a273289 (patch) | |
| tree | 3f4209ed36f96ba4b55394ed092366de75a1f198 /src/new_fields | |
| parent | dfa9b765a2918e2e4613d57ac70370b2dc292726 (diff) | |
| parent | d66aaffc27405f4231a29cd6edda3477077ae946 (diff) | |
Merge branch 'master' into snapper
Diffstat (limited to 'src/new_fields')
| -rw-r--r-- | src/new_fields/Doc.ts | 1 |
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) { |
