From 367f8d85192b6df9544704eee546395cf08cdf74 Mon Sep 17 00:00:00 2001 From: Arsentiy Milchakov Date: Mon, 30 Mar 2020 10:34:44 +0300 Subject: [PATCH] [ads] link fix --- map/download_on_map_ads_delegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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