5/21/1
This commit is contained in:
@@ -18,7 +18,7 @@ class CaptainProfileController extends GetxController {
|
||||
|
||||
Future updateFields() async {
|
||||
var payload = {
|
||||
'driverID': box.read(BoxName.driverID),
|
||||
'driverID': box.read(BoxName.driverID).toString(),
|
||||
};
|
||||
|
||||
if (vin.text.isNotEmpty) {
|
||||
|
||||
Reference in New Issue
Block a user