From 6b42a3d25b17fef7c1864690742663b0eb5bae03 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Wed, 11 Mar 2026 20:40:53 +0100 Subject: [PATCH] chore: add security --- backend/gestion/services/tomtom.go | 1 - 1 file changed, 1 deletion(-) 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 == "" {