From 3b9bf79b2083e2023ba7a3e0ecd25fd757983357 Mon Sep 17 00:00:00 2001 From: barnabasmolnar Date: Wed, 13 Dec 2023 21:47:56 +0100 Subject: [PATCH] remove unnecessary userId from type --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 101a797..e1a19f4 100755 --- a/src/index.ts +++ b/src/index.ts @@ -5,7 +5,6 @@ import { Server as SocketIO } from "socket.io"; type UserToFollow = { socketId: string; - userId: string | null; username: string; }; type OnUserFollowedPayload = {