Skip to content

Commit c5ec254

Browse files
committed
Fix documentLoader variable name when passing to derive function
Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>
1 parent 433c38d commit c5ec254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vc-generator/issuer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export async function issueCloned({
4141
}
4242
return deriveCloned({
4343
verifiableCredential,
44-
documentLoader: loader,
44+
loader,
4545
purpose,
4646
selectiveSuite
4747
});

0 commit comments

Comments
 (0)