Skip to content

Commit

Permalink
Update lib/suites.js use _ named method.
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Longley <[email protected]>
  • Loading branch information
aljones15 and dlongley authored Feb 1, 2024
1 parent 80d5509 commit b4eaba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/suites.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function _createEcdsa2019Suite({signer} = {}) {
function _createEddsaRdfc2022Suite({signer}) {
return new DataIntegrityProof({
signer,
date: getISODateTime(),
date: _getISODateTime(),
cryptosuite: eddsaRdfc2022CryptoSuite
});
}
Expand Down

0 comments on commit b4eaba0

Please sign in to comment.