Skip to content

Commit

Permalink
Fix lint / typedef.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Aug 4, 2024
1 parent 2b55818 commit 8af6ebb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions lib/CredentialIssuancePurpose.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
import jsigs from '@digitalcredentials/jsonld-signatures';
import jsonld from '@digitalcredentials/jsonld';

/**
* @typedef ErrorConstructor
*/

const {purposes: {AssertionProofPurpose}} = jsigs;

/**
Expand Down
2 changes: 0 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
'use strict';

import {
assertCredentialContext,
assertDateString,
Expand Down

0 comments on commit 8af6ebb

Please sign in to comment.