mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
make code cleaner
This commit is contained in:
@@ -203,7 +203,6 @@ export class WsChatService {
|
||||
|
||||
this.ws.registerCallback({
|
||||
type:'Onmessage',
|
||||
key: this.constructor.name+'receiveLiveMessageFromRoom'+roomId,
|
||||
funx:(message)=>{
|
||||
if(message.msg =='result') {
|
||||
if(message.result.msg) {
|
||||
|
||||
Reference in New Issue
Block a user