Skip to content

Commit

Permalink
feat(get_driver_trip): send current point
Browse files Browse the repository at this point in the history
  • Loading branch information
Franco Méndez committed Nov 8, 2019
1 parent f1744c1 commit 1e2b206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get_driver_trip.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ exports.handler = async (event) => {
trip_status: trip.trip_status,
etd_info: trip.etd_info,
available_seats: trip.available_seats,
current_point: trip.current_point,
vehicle,
driver: {
driver_id: driver.user_id,
Expand Down

0 comments on commit 1e2b206

Please sign in to comment.