fix: update history count
This commit is contained in:
@@ -159,6 +159,7 @@ func (h *Handler) JourneysSearchHTTPHandler() http.HandlerFunc {
|
||||
destinationGeo,
|
||||
departureDate,
|
||||
departureTime,
|
||||
departureDateTime,
|
||||
result.DriverJourneys,
|
||||
result.Drivers,
|
||||
result.OrganizedCarpools,
|
||||
@@ -167,6 +168,8 @@ func (h *Handler) JourneysSearchHTTPHandler() http.HandlerFunc {
|
||||
passengerID,
|
||||
savedSearches,
|
||||
beneficiariesMap,
|
||||
result.DriverLastTrips,
|
||||
result.LastTripDays,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user