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 0ba960c commit e831dccCopy full SHA for e831dcc
vc-generator/contexts.js
@@ -22,11 +22,11 @@ addContexts({contexts: credentialsContexts});
22
//which replaces the original jsonld context in the contextMap
23
const {
24
id: v1ContextUrl,
25
-} = structuredClone(namedCredentialsContexts.get('v1'));
+} = namedCredentialsContexts.get('v1');
26
27
id: v2ContextUrl,
28
- context: v2Context
29
-} = structuredClone(namedCredentialsContexts.get('v2'));
+} = namedCredentialsContexts.get('v2');
+const v2Context = structuredClone(namedCredentialsContexts.get('v2').context);
30
copyTerm({
31
context: v2Context,
32
oldTerm: 'DataIntegrityProof',
0 commit comments