2026-03-10-1
This commit is contained in:
@@ -53,7 +53,7 @@ class CaptainAdminController extends GetxController {
|
||||
update();
|
||||
var res = await CRUD().post(
|
||||
link: AppLink.find_driver_by_phone,
|
||||
payload: {'phone': phone},
|
||||
payload: {'phone': "963$phone"},
|
||||
);
|
||||
var d = (res);
|
||||
if (d != 'failure') {
|
||||
|
||||
Reference in New Issue
Block a user