diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-03 11:44:43 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-03 11:44:43 +0100 |
commit | 72aa835e170f5dfa5fb7b78d50a5d097ea194ef6 (patch) | |
tree | 899a4d50bef1f772c94f816234649c6d90b8a9b7 /client/src/app/helpers/utils.ts | |
parent | 2e1e4af03bc9ccd2470a9f293d70dc27596aae24 (diff) | |
download | PeerTube-72aa835e170f5dfa5fb7b78d50a5d097ea194ef6.tar.gz PeerTube-72aa835e170f5dfa5fb7b78d50a5d097ea194ef6.tar.zst PeerTube-72aa835e170f5dfa5fb7b78d50a5d097ea194ef6.zip |
Upgrade client dependencies
Diffstat (limited to 'client/src/app/helpers/utils.ts')
-rw-r--r-- | client/src/app/helpers/utils.ts | 2 |
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 | () => { |