Skip to content

Commit

Permalink
Remove unused algorithm option.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Dec 17, 2024
1 parent cf7e12e commit fb84ead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/issuer.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ function _getISODateTime(date = new Date()) {
async function _validateJsonLd({document, documentLoader}) {
// convert to RDF dataset
const options = {
algorithm: 'RDFC-1.0',
base: null,
safe: true,
rdfDirection: 'i18n-datatype',
Expand Down

0 comments on commit fb84ead

Please sign in to comment.