10/14/1
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user