align main prod

This commit is contained in:
Yasien Mac Mini 2026-07-08 13:16:05 +02:00
parent 1fcdf9be10
commit eb213b01b6

View file

@ -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');