mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-29 16:29:19 +02:00
now?
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
let connectedUsers = [];
|
||||
let chatHistory = [];
|
||||
let websocket_delegation = new Map();
|
||||
var ctl_output;
|
||||
|
||||
module.exports = { connectedUsers, chatHistory, websocket_delegation };
|
||||
module.exports = { connectedUsers, chatHistory, websocket_delegation, ctl_output };
|
||||
Reference in New Issue
Block a user