This commit is contained in:
AfonsoCMSousa
2026-01-02 00:39:39 +00:00
parent bcdf542606
commit e84dd993af
11 changed files with 539 additions and 37 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ export const removeUser = (socketId) => {
export const getUserCount = () => {
return users.size;
};
};