diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-30 23:20:15 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-30 23:20:15 -0400 |
commit | 4bfd44048bb9791e11f4f817077227a4d5de3b7f (patch) | |
tree | 5cb370a7aa5c97503e9b79cfb054f919d994b78e /src/server/authentication/models/current_user_utils.ts | |
parent | 8dcc7bff9430fe3cca8271501595ff89b36f7005 (diff) | |
parent | 3c6162ce8f88fed8e9c84fd77423e858aa6cc7b4 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/server/authentication/models/current_user_utils.ts')
-rw-r--r-- | src/server/authentication/models/current_user_utils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/authentication/models/current_user_utils.ts b/src/server/authentication/models/current_user_utils.ts index 663343f47..d7cc1e6bf 100644 --- a/src/server/authentication/models/current_user_utils.ts +++ b/src/server/authentication/models/current_user_utils.ts @@ -9,7 +9,6 @@ import { List } from "../../../new_fields/List"; import { listSpec } from "../../../new_fields/Schema"; import { ScriptField, ComputedField } from "../../../new_fields/ScriptField"; import { Cast, PromiseValue, StrCast, NumCast } from "../../../new_fields/Types"; -import { Utils } from "../../../Utils"; import { nullAudio, ImageField } from "../../../new_fields/URLField"; import { DragManager } from "../../../client/util/DragManager"; import { InkingControl } from "../../../client/views/InkingControl"; |