fix pumps

Took 23 minutes
This commit is contained in:
2022-11-28 13:48:51 +01:00
parent b5704f4359
commit f8aa27c4ca
4 changed files with 25 additions and 5 deletions

View File

@ -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: {