diff options
author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2022-07-06 16:02:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 16:02:25 -0700 |
commit | a9f704fbd5676bb9a8adf4c4f7ea61bf9b3f7603 (patch) | |
tree | dbfeadbc48f25964fab8581e7c862bf0e734bcf0 /src/client/util/CurrentUserUtils.ts | |
parent | 85e290ee7a666412570f2bae43a9b62d35b425f2 (diff) | |
parent | 023b00927522279dfb87adbaeac6f312f3c6162a (diff) |
Merge pull request #95 from brown-dash/geireann-eslint-prettier
integrating eslint prettier
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index dca77250c..b2a5fddcd 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -905,7 +905,6 @@ export class CurrentUserUtils { return doc.clickFuncs as Doc; } - /// Updates the UserDoc to have all required fields, docs, etc. No changes should need to be /// written to the server if the code hasn't changed. However, choices need to be made for each Doc/field /// whether to revert to "default" values, or to leave them as the user/system last set them. |