mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
improve
This commit is contained in:
@@ -6,7 +6,8 @@ import { ChatService } from '../chat.service';
|
||||
})
|
||||
export class ChatMethodsService {
|
||||
|
||||
constructor(private chatService: ChatService) {
|
||||
constructor(
|
||||
private chatService: ChatService) {
|
||||
}
|
||||
|
||||
sendMessage(roomId:string, data:any) {
|
||||
|
||||
Reference in New Issue
Block a user