From 6bdb2a1600eed6c91350efd28345483fe833636b Mon Sep 17 00:00:00 2001 From: Elham Rababh Date: Thu, 28 Apr 2022 11:50:24 +0300 Subject: [PATCH] fix operation_report_servive.dart --- lib/core/service/patient/profile/operation_report_servive.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/service/patient/profile/operation_report_servive.dart b/lib/core/service/patient/profile/operation_report_servive.dart index 0ef6a503..e4de18d9 100644 --- a/lib/core/service/patient/profile/operation_report_servive.dart +++ b/lib/core/service/patient/profile/operation_report_servive.dart @@ -20,7 +20,7 @@ class OperationReportService extends BaseService { {GetReservationsRequestModel getReservationsRequestModel, int patientId}) async { getReservationsRequestModel = - GetReservationsRequestModel(patientID: patientId, doctorID: ""); + GetReservationsRequestModel(patientID: patientId); hasError = false; await baseAppClient.post(GET_RESERVATIONS,