1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-06-20 08:35:17 +00:00

Refactor project

This commit is contained in:
2020-04-01 10:44:49 +02:00
parent 99af649cfe
commit d17ef3c9b2
4 changed files with 80 additions and 51 deletions

View File

@ -12,7 +12,7 @@ export class UserWebSocketRequestsHandler extends BaseRequestsHandler {
private sentResponse = false;
constructor(private wsClient: ActiveClient, private req: WsMessage) {
constructor(public wsClient: ActiveClient, private req: WsMessage) {
super();
}