fix: update history count

This commit is contained in:
Arnaud Delcasse
2026-02-25 10:05:07 +01:00
parent b5e722ff9b
commit 1b1c4443fc
7 changed files with 71 additions and 13 deletions

View File

@@ -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,
)
}
}