remove unset variable in the html

This commit is contained in:
Peter Maquiran
2024-09-05 15:26:23 +01:00
parent 074b750b56
commit 3067d0e239
7 changed files with 8 additions and 10 deletions
@@ -173,7 +173,7 @@ export class ContactsPage implements OnInit {
console.log('result', result);
if(result.isOk()) {
await this.chatServiceService.getRoomById(result.value.id)
await this.chatServiceService.getRoomById(result.value.roomId)
this.close(result.value.roomId)
} else {
console.log(result.error)