fix pumps
Took 23 minutes
This commit is contained in:
@ -117,6 +117,7 @@ router.ws('/', async (ws, req, next) => {
|
||||
}
|
||||
|
||||
case WebSocketEvent.REQUEST: {
|
||||
log("Request to " + msg.data["type"]);
|
||||
|
||||
switch (msg.data["type"] as RequestType) {
|
||||
case RequestType.STATS: {
|
||||
|
Reference in New Issue
Block a user