diff options
| author | bobzel <zzzman@gmail.com> | 2023-07-10 09:32:52 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-07-10 09:32:52 -0400 |
| commit | a60fbbe02f0ff26ef04ce8b44695a82673164270 (patch) | |
| tree | f923817e4713cd8b577e456c4f45183d1dcb7ce5 /src/fields/DocSymbols.ts | |
| parent | 0007d043f7f27ce7d1103198ecb0e95e81362619 (diff) | |
updated how Lists and Docs get updated when they contain an ObjectField that will be modified
Diffstat (limited to 'src/fields/DocSymbols.ts')
| -rw-r--r-- | src/fields/DocSymbols.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fields/DocSymbols.ts b/src/fields/DocSymbols.ts index 65decc147..eab26ed10 100644 --- a/src/fields/DocSymbols.ts +++ b/src/fields/DocSymbols.ts @@ -1,4 +1,4 @@ -export const Update = Symbol('DocUpdate'); +export const DocUpdated = Symbol('DocUpdated'); export const Self = Symbol('DocSelf'); export const SelfProxy = Symbol('DocSelfProxy'); export const FieldKeys = Symbol('DocFieldKeys'); |
