mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-03 20:12:59 +00:00
test
This commit is contained in:
+4
-2
@@ -568,8 +568,10 @@
|
||||
const reservationData = {
|
||||
driverName: document.getElementById('driverName').value,
|
||||
vehicle: vehicle,
|
||||
startDateTime: startDateTime.toISOString(),
|
||||
endDateTime: endDateTime.toISOString(),
|
||||
startDate: startDate,
|
||||
startTime: startTime,
|
||||
endDate: endDate,
|
||||
endTime: endTime,
|
||||
purpose: document.getElementById('purpose').value
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user