Skip to content

Commit

Permalink
Fix documentLoader variable name when passing to derive function
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Jan 27, 2025
1 parent 433c38d commit 0ba960c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vc-generator/issuer.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function issueCloned({
}
return deriveCloned({
verifiableCredential,
documentLoader: loader,
loader,
purpose,
selectiveSuite
});
Expand Down

0 comments on commit 0ba960c

Please sign in to comment.