]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/socket/socket-io.ts
Update server dependencies
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / socket / socket-io.ts
index 66099464f990a0d5fdf8bf0c34847f1233185f81..4ca93f453ed241020b9a9e199996813a865af595 100644 (file)
@@ -1,4 +1,4 @@
-import * as io from 'socket.io-client'
+import { io } from 'socket.io-client'
 
 function getUserNotificationSocket (serverUrl: string, accessToken: string) {
   return io(serverUrl + '/user-notifications', {