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:
@ -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
|
||||
|
Reference in New Issue
Block a user