From 78193604daac3361d5c2866b40b49bee3312f45f Mon Sep 17 00:00:00 2001 From: Xor290 Date: Tue, 16 Jun 2026 08:45:54 +0200 Subject: [PATCH] chore: build --- backend/gestion/services/tomtom_keys.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/gestion/services/tomtom_keys.go b/backend/gestion/services/tomtom_keys.go index ce1f483f..7ac2caea 100644 --- a/backend/gestion/services/tomtom_keys.go +++ b/backend/gestion/services/tomtom_keys.go @@ -59,7 +59,6 @@ func (m *tomTomKeyManager) rotate(fromIdx int) { } // Do exécute la requête en rotant automatiquement sur 403/429. -// buildReq doit construire une nouvelle *http.Request pour la clé donnée. func (m *tomTomKeyManager) Do(client *http.Client, buildReq func(key string) (*http.Request, error)) (*http.Response, error) { n := len(m.keys) if n == 0 {