Skip to content

Commit 4acf2b0

Browse files
committed
.
1 parent e4071ee commit 4acf2b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

devtracker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# set :oipa_api_url, 'https://devtracker-entry.oipa.nl/api/'
6464
# set :oipa_api_url, 'https://fcdo.iati.cloud/search/'
6565
# set :oipa_api_url, 'https://fcdo-direct-indexing.iati.cloud/search/'
66-
#set :bind, '0.0.0.0' # Allows for vagrant pass-through whilst debugging
66+
# set :bind, '0.0.0.0' # Allows for vagrant pass-through whilst debugging
6767

6868
# Server Machine: set global settings to use varnish cache
6969
set :oipa_api_url, 'http://127.0.0.1:6081/search/'

helpers/common_helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ def generateCountryDatav7()
15201520
end
15211521
if(projectDataHash.has_key?('SO'))
15221522
projectDataHash['-99SOM'] = {}
1523-
projectDataHash['-99SOM']["id"] = 'SO'
1523+
projectDataHash['-99SOM']["id"] = '-99SOM'
15241524
projectDataHash['-99SOM']["country"] = projectDataHash['SO']["country"]
15251525
projectDataHash['-99SOM']["projects"] = projectDataHash['SO']["projects"]
15261526
projectDataHash['-99SOM']["budget"] = projectDataHash['SO']["budget"]

0 commit comments

Comments
 (0)