Skip to content

Commit

Permalink
fix linnt
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Nov 2, 2023
1 parent e4f2ee2 commit 7095623
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/credentials/src/verifiable-credential.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { Resolvable, DIDResolutionResult} from 'did-resolver';
import {VerificationMethod} from 'did-resolver';
import type {
ICredential,
ICredentialSubject,
Expand All @@ -12,8 +11,6 @@ import { verifyJWT } from 'did-jwt';
import { DidIonMethod, DidKeyMethod, DidResolver } from '@web5/dids';
import { SsiValidator } from './validators.js';

import { DidDocument } from '@decentralized-identity/did-common-typescript';

export const DEFAULT_CONTEXT = 'https://www.w3.org/2018/credentials/v1';
export const DEFAULT_VC_TYPE = 'VerifiableCredential';

Expand Down

0 comments on commit 7095623

Please sign in to comment.