fix base app client

pull/200/head
Mohammad Aljammal 5 years ago
parent 7c4e0d929f
commit df83883139

@ -40,9 +40,6 @@ class BaseAppClient {
String token = await sharedPref.getString(TOKEN);
if (profile != null) {
DoctorProfileModel doctorProfile = DoctorProfileModel.fromJson(profile);
body.containsKey('patientArrivalList');
if (body['DoctorID'] == null)
body['DoctorID'] = doctorProfile?.doctorID;
body['EditedBy'] = doctorProfile?.doctorID;

Loading…
Cancel
Save