Skip to content

Commit

Permalink
Fix typo with BitstringStatusListEntry.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Feb 17, 2024
1 parent c913c68 commit 8d00d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CredentialStatusWriter.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export class CredentialStatusWriter {
credentialStatus.statusPurpose = statusPurpose;
} else if(type === 'BitstringStatusList') {
credentialStatus.id = meta.credentialStatus.id;
credentialStatus.type = 'BitstringStatusList';
credentialStatus.type = 'BitstringStatusListEntry';
credentialStatus.statusListCredential = statusListCredential;
credentialStatus.statusListIndex = `${statusListIndex}`;
credentialStatus.statusPurpose = statusPurpose;
Expand Down

0 comments on commit 8d00d25

Please sign in to comment.