Skip to content

Commit

Permalink
Fix IdentRef
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Dec 18, 2024
1 parent 84c3d78 commit 0d44073
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/credential-sdk/src/types/did/document/ident-ref.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@ export default class IdentRef extends withQualifier(TypedTuple) {
toCheqdPayload() {
return this.toString();
}

toJSON() {
return this.toString();
}
}

0 comments on commit 0d44073

Please sign in to comment.