chore: add security scan

This commit is contained in:
2026-03-11 20:27:49 +01:00
parent 80e8888b51
commit 523a1d552e
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -86,7 +86,6 @@ func (gs *GeoService) GeocodeAddress(address string) (*GeoLocation, error) {
return location, nil
}
// 2. Appeler l'API Nominatim
location, err = gs.fetchFromNominatim(address)
if err != nil {
return nil, err