Skip to content

Commit

Permalink
fix: change wording in PAME assessment importer
Browse files Browse the repository at this point in the history
  • Loading branch information
yuelongh committed Mar 22, 2024
1 parent f2464a9 commit 05c9483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/modules/wdpa/pame_importer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ def self.import(csv_file = nil)
assessment_is_public = row[14] != 'FALSE'

url = if assessment_is_public
url.blank? ? 'Not currently public' : url
url.blank? ? 'Not reported' : url
else
'Not reported'
'Not public'
end

iso3s = row[2]
Expand Down

0 comments on commit 05c9483

Please sign in to comment.