diff options
author | Sam Wilkins <samuel_wilkins@brown.edu> | 2019-05-23 03:53:09 -0400 |
---|---|---|
committer | Sam Wilkins <samuel_wilkins@brown.edu> | 2019-05-23 03:53:09 -0400 |
commit | c1c776687c31582a455940fa298e007eaeb5d19f (patch) | |
tree | 8bcd75eaa941cb40b0254b64b1df8ce2fc598cd5 /src/server/authentication/models/current_user_utils.ts | |
parent | 8fea6a1d622b08cc1386960b94c72caf83cc6531 (diff) | |
parent | 34b38c7382a40fb2a117d3c7418a81b34fa7ed7f (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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authentication/models/current_user_utils.ts b/src/server/authentication/models/current_user_utils.ts index e85aa2c74..add347a88 100644 --- a/src/server/authentication/models/current_user_utils.ts +++ b/src/server/authentication/models/current_user_utils.ts @@ -68,7 +68,7 @@ export class CurrentUserUtils { const extraSchemas = Cast(CurrentUserUtils.UserDocument.DBSchemas, listSpec("string"), []); let extras = await Promise.all(extraSchemas.map(sc => Gateway.Instance.GetSchema("", sc))); let catprom = CurrentUserUtils.SetNorthstarCatalog(await Gateway.Instance.GetCatalog(), extras); - if (catprom) await Promise.all(catprom); + // if (catprom) await Promise.all(catprom); } catch (e) { } |