align main prod
This commit is contained in:
parent
1fcdf9be10
commit
eb213b01b6
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ void main() async {
|
|||
await Hive.openBox<ProfileLink>('personal_profile_links_box');
|
||||
await Hive.openBox<ProfileLink>('business_profile_links_box');
|
||||
await Hive.openBox<BusinessEmployee>('business_employees_box');
|
||||
await Hive.openBox<Map>('profile_modifications_queue');
|
||||
// Mzansi Wallet Data
|
||||
await Hive.openBox<MIHLoyaltyCard>('loyalty_card_box');
|
||||
await Hive.openBox<MIHLoyaltyCard>('fav_loyalty_card_box');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue