aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/socket
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-19 08:58:34 +0100
committerChocobozzz <me@florianbigard.com>2020-11-19 09:07:20 +0100
commitfce7fe04eed39e23e76717085e92118e963def81 (patch)
tree767e5c92cbed548d2b5fb27ce1e6236da4ebdbcf /shared/extra-utils/socket
parent4ddcb7c3bad4e98d05d25298f7f11353a639b360 (diff)
downloadPeerTube-fce7fe04eed39e23e76717085e92118e963def81.tar.gz
PeerTube-fce7fe04eed39e23e76717085e92118e963def81.tar.zst
PeerTube-fce7fe04eed39e23e76717085e92118e963def81.zip
Update server dependencies
Diffstat (limited to 'shared/extra-utils/socket')
-rw-r--r--shared/extra-utils/socket/socket-io.ts2
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 @@
1import * as io from 'socket.io-client' 1import { io } from 'socket.io-client'
2 2
3function getUserNotificationSocket (serverUrl: string, accessToken: string) { 3function getUserNotificationSocket (serverUrl: string, accessToken: string) {
4 return io(serverUrl + '/user-notifications', { 4 return io(serverUrl + '/user-notifications', {