Refactor 4 with bugfixes
This commit is contained in:
3
server/src/websocket/state.ts
Normal file
3
server/src/websocket/state.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { ConnectedUser } from './types';
|
||||
|
||||
export const connectedUsers = new Map<string, ConnectedUser>();
|
||||
Reference in New Issue
Block a user