Create Gas Refill Bug Fixed

pull/2/head
zaid_daoud 3 years ago
parent 1381d54208
commit 7ed8f86ba2

@ -95,6 +95,7 @@ class GasRefillProvider extends ChangeNotifier {
Map<String, dynamic> body = {
"uid": user.id.toString(),
"token": user.token ?? "",
"site": hospital?.toMap(),
"building": {"id": building?.id, "name": building?.name, "value": building?.value},
"floor": {"id": floor?.id, "name": floor?.name, "value": floor?.value},
if (expectedDateTime != null) "expectedDate": expectedDateTime?.toIso8601String(),

Loading…
Cancel
Save