Skip to content

Commit

Permalink
fix: INDC importer
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Feb 1, 2024
1 parent 48117c1 commit c41f59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/import_indc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def import_values_wb
next
end

next unless r[:responsetext]
next if r[:responsetext].blank?

parse_adaptation_actions(r, location)
group_index = values_apply_group_index(r, indicator)
Expand Down

0 comments on commit c41f59b

Please sign in to comment.