Took 1 hour 43 minutes
This commit is contained in:
2023-01-31 20:56:35 +01:00
parent 8766961c7b
commit d363b9eb1a
6 changed files with 17 additions and 8 deletions

View File

@ -128,6 +128,7 @@ router.ws('/', async (ws, req, next) => {
case WebSocketEvent.CANCEL: {
await Mixer.cancelFill();
break;
}
case WebSocketEvent.REQUEST: {