through fix.

merge-requests/31/merge
Sikander Saleem 3 years ago
parent f9e9f63348
commit e20e99bebe

@ -147,7 +147,7 @@ class ServiceRequestsProvider extends ChangeNotifier {
"priority": serviceRequest.priority.toMap(), "priority": serviceRequest.priority.toMap(),
"defectType": serviceRequest.defectType.toMap(), "defectType": serviceRequest.defectType.toMap(),
"typeofRequest": serviceRequest.type.toMap(), "typeofRequest": serviceRequest.type.toMap(),
"requestedThrough": serviceRequest.type.toMap(), "requestedThrough": serviceRequest.requestedThrough.toMap(),
"reviewComment": null, "reviewComment": null,
if (serviceRequest.audio != null) "voiceNote": serviceRequest.audio, if (serviceRequest.audio != null) "voiceNote": serviceRequest.audio,
"callSiteContactPerson": [ "callSiteContactPerson": [

Loading…
Cancel
Save