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 = {