diff --git a/map/download_on_map_ads_delegate.cpp b/map/download_on_map_ads_delegate.cpp index 1ee6c5ed71..5754abef6b 100644 --- a/map/download_on_map_ads_delegate.cpp +++ b/map/download_on_map_ads_delegate.cpp @@ -37,7 +37,7 @@ std::string DownloadOnMapDelegate::GetLinkForCountryId(storage::CountryId const if (cityGeoId.empty()) return {}; - return m_promoApi.GetLinkForDownloader(countryId); + return m_promoApi.GetLinkForDownloader(cityGeoId); } bool DownloadOnMapDelegate::IsAdsRemoved() const