mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 08:35:17 +00:00
Improve errors handling
This commit is contained in:
@ -15,6 +15,10 @@ export class UserWebSocketRequestsHandler extends BaseRequestsHandler {
|
||||
constructor(private wsClient: ActiveClient, private req: WsMessage) {
|
||||
super();
|
||||
}
|
||||
|
||||
public get isResponseSent() : boolean {
|
||||
return this.sentResponse;
|
||||
}
|
||||
|
||||
protected get userID(): number {
|
||||
return this.wsClient.userID;
|
||||
|
Reference in New Issue
Block a user