Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unnecessary userId from type
Browse files Browse the repository at this point in the history
barnabasmolnar committed Dec 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -5,7 +5,6 @@ import { Server as SocketIO } from "socket.io";

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

0 comments on commit 3b9bf79

Please sign in to comment.