Link between front-end and back-end
This commit is contained in:
@ -31,7 +31,7 @@ class Flight {
|
||||
startTimestamp: map["start_timestamp"],
|
||||
endTimestamp: map["end_timestamp"],
|
||||
droneId: map["drone_id"],
|
||||
batteryId: map["batteryId"],
|
||||
batteryId: map["battery_id"],
|
||||
locationLat: map["location_lat"],
|
||||
locationLong: map["location_long"],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user