Skip to content

Commit

Permalink
Don't add id programatically to credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Sep 15, 2024
1 parent 12e7ae2 commit d484f14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export async function issueCredential({
documentLoader = defaultLoader,
}) {
credential.issuer = issuer;
credential.id = `http://example.edu/credentials/${uuid()}`;
const verifiableCredential = await vc.issue({
credential,
documentLoader,
Expand Down

0 comments on commit d484f14

Please sign in to comment.