This commit is contained in:
Hamza-Ayed
2023-10-14 15:03:19 +03:00
parent c1e4c74356
commit 642820c55b
24 changed files with 191 additions and 218 deletions

View File

@@ -70,7 +70,7 @@ class ProfileController extends GetxController {
isloading = true;
update();
var res = await CRUD().get(link: AppLink.getprofile, payload: {
'id': box.read(BoxName.pasengerID).toString(),
'id': box.read(BoxName.passengerID).toString(),
});
if (res.toString() == 'failure') {