From fce7fe04eed39e23e76717085e92118e963def81 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 Nov 2020 08:58:34 +0100 Subject: Update server dependencies --- shared/extra-utils/socket/socket-io.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared') 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 @@ -import * as io from 'socket.io-client' +import { io } from 'socket.io-client' function getUserNotificationSocket (serverUrl: string, accessToken: string) { return io(serverUrl + '/user-notifications', { -- cgit v1.2.3