We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcdf0e commit 3fade1dCopy full SHA for 3fade1d
1 file changed
src/trustedApplications/trustedApplications.utils.ts
@@ -36,7 +36,7 @@ export function getStatementsToAdd (
36
person: NamedNode,
37
ns: Namespaces
38
): any {
39
- const application = new NamedNode(`${person.doc().uri}#${nodeName}`)
+ const application = new BlankNode(`bn_${nodeName}`) // NamedNode(`${person.doc().uri}#${nodeName}`)
40
return [
41
st(person, ns.acl('trustedApp'), application, person.doc()),
42
st(application, ns.acl('origin'), origin, person.doc()),
0 commit comments