We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad6310 commit 20283b9Copy full SHA for 20283b9
1 file changed
devtracker.rb
@@ -778,7 +778,7 @@ def getCacheData(fileName)
778
total_coun_bud_loc = ''
779
country_sector_data = ''
780
getMaxBudget = ''
781
- if (!canLoadFromCache('getMaxBudgetCountryLocation'))
+ if (!canLoadFromCache('country_sector_data'))
782
storeCacheData(generateCountryDatav5(), 'country_sector_data')
783
getMainData = getCacheData('country_sector_data')
784
map_data = getMainData['map_data']
0 commit comments