mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
make code cleaner
This commit is contained in:
@@ -34,7 +34,8 @@ export class WsChatService {
|
|||||||
if(message.msg == "ping") {
|
if(message.msg == "ping") {
|
||||||
this.ws.send({msg:"pong"},'reconnect', false)
|
this.ws.send({msg:"pong"},'reconnect', false)
|
||||||
}
|
}
|
||||||
}})
|
}
|
||||||
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user