diff --git a/backend/gestion/services/tomtom.go b/backend/gestion/services/tomtom.go index 6cfdd52a..0be7623a 100644 --- a/backend/gestion/services/tomtom.go +++ b/backend/gestion/services/tomtom.go @@ -15,7 +15,6 @@ import ( "time" ) -// GetETAWithTraffic calcule l'ETA avec le trafic réel via TomTom func GetETAWithTraffic(from, to Coordinates) (etaMinutes int, distanceKm float64, err error) { apiKey := os.Getenv("TOMTOM_API_KEY") if apiKey == "" {