Skip to content

Commit

Permalink
Added region back for the ROR loader (#7203)
Browse files Browse the repository at this point in the history
  • Loading branch information
Camelia-Orcid authored Feb 6, 2025
1 parent 1f8fb7a commit 1be666c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ private boolean loadData() {
if (country != null) {
break;
}
region = geoDetailsNode.get("country_subdivision_name").isNull() ? null : geoDetailsNode.get("country_subdivision_name").asText();
}

}
Expand Down

0 comments on commit 1be666c

Please sign in to comment.