change some stuff

This commit is contained in:
2026-03-22 19:11:11 +01:00
parent 72bbd9fcbd
commit 2c3d2a4137
13 changed files with 89 additions and 89 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
let connectedUsers = [];
let chatHistory = [];
let websocket_delegation = new Map();
module.exports = { connectedUsers, chatHistory };
module.exports = { connectedUsers, chatHistory, websocket_delegation };