Skip to content

Commit

Permalink
Merge branch 'dev' into #343_suggest_change_and_log
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed Apr 22, 2021
2 parents 73a7c67 + bf90c11 commit 332f7fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public DatasetSearchResult toSearchResult(SearchHit hit) {
getCountryListValue(fields, "countryCoverage").ifPresent(d::setCountryCoverage);
getStringValue(fields, "doi").map(DOI::new).ifPresent(d::setDoi);

getUUIDListValue(fields, "networkKey").ifPresent(d::setNetworkKeys);
getUUIDListValue(fields, "networkKeys").ifPresent(d::setNetworkKeys);

return d;
}
Expand Down

0 comments on commit 332f7fb

Please sign in to comment.