diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-19 08:58:34 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-19 09:07:20 +0100 |
commit | fce7fe04eed39e23e76717085e92118e963def81 (patch) | |
tree | 767e5c92cbed548d2b5fb27ce1e6236da4ebdbcf /shared/extra-utils/socket/socket-io.ts | |
parent | 4ddcb7c3bad4e98d05d25298f7f11353a639b360 (diff) | |
download | PeerTube-fce7fe04eed39e23e76717085e92118e963def81.tar.gz PeerTube-fce7fe04eed39e23e76717085e92118e963def81.tar.zst PeerTube-fce7fe04eed39e23e76717085e92118e963def81.zip |
Update server dependencies
Diffstat (limited to 'shared/extra-utils/socket/socket-io.ts')
-rw-r--r-- | shared/extra-utils/socket/socket-io.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/socket/socket-io.ts b/shared/extra-utils/socket/socket-io.ts index 66099464f..4ca93f453 100644 --- a/shared/extra-utils/socket/socket-io.ts +++ b/shared/extra-utils/socket/socket-io.ts | |||
@@ -1,4 +1,4 @@ | |||
1 | import * as io from 'socket.io-client' | 1 | import { io } from 'socket.io-client' |
2 | 2 | ||
3 | function getUserNotificationSocket (serverUrl: string, accessToken: string) { | 3 | function getUserNotificationSocket (serverUrl: string, accessToken: string) { |
4 | return io(serverUrl + '/user-notifications', { | 4 | return io(serverUrl + '/user-notifications', { |