Fix CD
This commit is contained in:
parent
dfa6d2cc66
commit
ba9f9dcbe1
5 changed files with 22 additions and 21 deletions
|
@ -674,7 +674,7 @@ class SocketManager {
|
|||
}
|
||||
|
||||
public emitSendUserMessage(messageToSend: {userUuid: string, message: string, type: string}): void {
|
||||
let socket = this.searchClientByUuid(messageToSend.userUuid);
|
||||
const socket = this.searchClientByUuid(messageToSend.userUuid);
|
||||
if(!socket){
|
||||
throw 'socket was not found';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue