Skip to content

Commit

Permalink
Remove now from vc.derive.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Sep 15, 2024
1 parent d484f14 commit c3b7716
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ export async function issueCredential({
const derivedCredential = await vc.derive({
verifiableCredential,
documentLoader,
suite: suites.derive({selectivePointers}),
now
suite: suites.derive({selectivePointers})
});
return {
verifiableCredential: derivedCredential,
Expand Down

0 comments on commit c3b7716

Please sign in to comment.