Skip to content

Commit

Permalink
Fix syntax bug in StatusList2021Credential example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhraisha authored Jul 20, 2023
1 parent e065d8e commit b88769c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ <h3>StatusList2021Entry</h3>
"issuer": "did:example:12345",
"issued": "2021-04-05T14:27:42Z",
<span class="highlight">"credentialStatus": {
"id": "https://example.com/credentials/status/3#94567"
"id": "https://example.com/credentials/status/3#94567",
"type": "StatusList2021Entry",
"statusPurpose": "revocation",
"statusListIndex": "94567",
Expand Down

0 comments on commit b88769c

Please sign in to comment.