Skip to content

Commit

Permalink
add missing URI mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans-Chrstian committed Nov 20, 2024
1 parent 518db2c commit 05b2a54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ private Agent agent(CkanAgent value) {
.type(value.getType())
.identifier(value.getIdentifier())
.url(value.getUrl())
.uri(value.getUri())
.build())
.orElse(null);
}
Expand Down

0 comments on commit 05b2a54

Please sign in to comment.