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

@ -39,6 +39,7 @@ export class WebSocketHandler {
public static answerRequest(type: RequestType, content: any) {
WebSocketHandler.send(new WebSocketPayload(WebSocketEvent.RESPONSE, false, {type: type, content: content}));
log("Answered " + type + " request");
}