chore: fix vulenrability

This commit is contained in:
2026-03-12 21:59:18 +01:00
parent f5902665ec
commit 9cb50bb625
12 changed files with 146 additions and 153 deletions
-1
View File
@@ -139,7 +139,6 @@ func (gs *GeoService) fetchFromNominatim(address string) (*GeoLocation, error) {
params.Set("limit", "1") // une seule réponse
fullURL := fmt.Sprintf("%s?%s", NominatimBaseURL, params.Encode())
fmt.Println("URL Nominatim:", fullURL) // debug
var lastErr error
for i := 0; i < 3; i++ { // retry jusqu'à 3 fois