This commit is contained in:
Peter Maquiran
2022-09-28 16:33:13 +01:00
parent c43f7b458a
commit f2b4128836
7 changed files with 33 additions and 50 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ export class RoomService {
this.countDownTime = "Expired";
let body = { "roomId": this.id }
this.chatService.getRoomInfo(this.id).subscribe(room=>{
this.chatService.getRoomInfo(this.id).subscribe( room =>{
if(this.t === 'p') {