changes made

This commit is contained in:
Eudes Inácio
2022-04-18 15:27:33 +01:00
parent f626b80cd8
commit 1715e0aaee
3 changed files with 3 additions and 2 deletions
@@ -172,7 +172,7 @@ export class WsChatMethodsService {
async getAllRooms () {
this.loadingWholeList = true
const rooms = await this.WsChatService.getRooms();
console.log('get all rooms', rooms)
console.log('get all rooms', this.loggedUser)
await this.storage.remove('Rooms');
await rooms.result.update.forEach( async (roomData: room, index) => {