Skip to content

Commit

Permalink
fix: #217 fix typo in policy property names (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 authored Mar 8, 2024
1 parent e9af260 commit 7ef8f8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/edc-demo/services/catalog-browser.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ export class CatalogBrowserService {
"uid": hasPolicy["@id"],
"assignee": hasPolicy["assignee"],
"assigner": hasPolicy["assigner"],
"obligation": hasPolicy["odrl:obligations"],
"permission": hasPolicy["odrl:permissions"],
"prohibition": hasPolicy["odrl:prohibitions"],
"obligation": hasPolicy["odrl:obligation"],
"permission": hasPolicy["odrl:permission"],
"prohibition": hasPolicy["odrl:prohibition"],
"target": hasPolicy["odrl:target"]
};

Expand Down

0 comments on commit 7ef8f8b

Please sign in to comment.