fix pumps
Took 23 minutes
This commit is contained in:
@ -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");
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user