Skip to content

Commit

Permalink
remove unnecessary userId from type
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasmolnar committed Dec 13, 2023
1 parent 7669f11 commit 3b9bf79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Server as SocketIO } from "socket.io";

type UserToFollow = {
socketId: string;
userId: string | null;
username: string;
};
type OnUserFollowedPayload = {
Expand Down

0 comments on commit 3b9bf79

Please sign in to comment.