aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/helpers/utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/helpers/utils.ts b/client/src/app/helpers/utils.ts
index f96f26fff..b4e26d792 100644
--- a/client/src/app/helpers/utils.ts
+++ b/client/src/app/helpers/utils.ts
@@ -24,7 +24,7 @@ function populateAsyncUserVideoChannels (
24 authService: AuthService, 24 authService: AuthService,
25 channel: SelectChannelItem[] 25 channel: SelectChannelItem[]
26) { 26) {
27 return new Promise(res => { 27 return new Promise<void>(res => {
28 authService.userInformationLoaded 28 authService.userInformationLoaded
29 .subscribe( 29 .subscribe(
30 () => { 30 () => {