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

Remove useless function argument

This commit is contained in:
2020-04-01 17:55:44 +02:00
parent 53d121708d
commit 4ec84dfc06
3 changed files with 5 additions and 9 deletions

View File

@ -56,7 +56,7 @@ export class UserWebSocketRequestsHandler extends BaseRequestsHandler {
throw new Error("Trying to send a response to a request to which a response has already been sent!")
// Send the response
UserWebSocketController.Send(this.wsClient.userID, this.wsClient.socketID, new WsMessage({
UserWebSocketController.SendToClient(this.wsClient, new WsMessage({
title: title,
data: data,
id: this.req.id