mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
remove unset variable in the html
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user