Skip to content

Commit 577f4e9

Browse files
chore(server): bump dependencies
1 parent 63d7535 commit 577f4e9

4 files changed

Lines changed: 3781 additions & 185 deletions

File tree

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ const registerListeners = (
362362
};
363363

364364
const serialize = (
365-
socket: Socket | RemoteSocket<any>,
365+
socket: Socket | RemoteSocket<any, any>,
366366
nsp: string
367367
): SerializedSocket => {
368368
const clientId = socket.data?._admin?.clientId;

0 commit comments

Comments
 (0)