mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
save
This commit is contained in:
@@ -42,7 +42,7 @@ export class ChatService {
|
||||
headers: this.headers,
|
||||
};
|
||||
|
||||
console.log("CHAT SERVICE");
|
||||
/* console.log("CHAT SERVICE");
|
||||
|
||||
wsService.messages = <Subject<any>>this.wsService
|
||||
.connect(environment.apiWsChatUrl)
|
||||
@@ -79,7 +79,7 @@ export class ChatService {
|
||||
return (JSON.stringify(data));
|
||||
});
|
||||
|
||||
console.log(wsService.messages);
|
||||
console.log(wsService.messages) */;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user