Skip to content

Commit

Permalink
fix: added semanticId and aspect to the return from the passport api
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brunkow Moser committed Oct 16, 2023
1 parent 5d4a08f commit 4a9baf8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ public Response getPassport(@Valid @RequestBody TokenRequest tokenRequestBody) {
"negotiation", negotiation,
"transfer", transfer
),
"data", passport,
"aspect", semanticId
"aspect", passport,
"semanticId", semanticId
);
return httpUtil.buildResponse(response, httpResponse);
} catch (Exception e) {
Expand Down

0 comments on commit 4a9baf8

Please sign in to comment.