Update lib/utils/sqflite_store.dart
This commit is contained in:
parent
f466f579a1
commit
6ea462a741
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ class Store extends StoreAPI {
|
||||||
states: getStatesFromRoomId(res[i]["room_id"]),
|
states: getStatesFromRoomId(res[i]["room_id"]),
|
||||||
roomAccountData: getAccountDataFromRoomId(res[i]["room_id"]),
|
roomAccountData: getAccountDataFromRoomId(res[i]["room_id"]),
|
||||||
);
|
);
|
||||||
|
roomList.add(room);
|
||||||
}
|
}
|
||||||
return roomList;
|
return roomList;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue