aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CurrentUserUtils.ts
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2022-07-06 16:02:25 -0700
committerGitHub <noreply@github.com>2022-07-06 16:02:25 -0700
commita9f704fbd5676bb9a8adf4c4f7ea61bf9b3f7603 (patch)
treedbfeadbc48f25964fab8581e7c862bf0e734bcf0 /src/client/util/CurrentUserUtils.ts
parent85e290ee7a666412570f2bae43a9b62d35b425f2 (diff)
parent023b00927522279dfb87adbaeac6f312f3c6162a (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.ts1
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.