chore: build

This commit is contained in:
2026-05-09 15:35:53 +02:00
parent 6958b30fa0
commit 80115c057b
-4
View File
@@ -62,10 +62,6 @@ func NewGeoService(redisClient *redis.Client, ctx context.Context) *GeoService {
}
}
// ============================================
// GÉOCODAGE - API NOMINATIM
// ============================================
func (gs *GeoService) GeocodeAddress(address string) (*GeoLocation, error) {
// 1. Vérifier le cache Redis
location, err := gs.getFromCache(address)