Skip to content

Commit

Permalink
fix: better error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jun 21, 2023
1 parent 3ce8c57 commit 096b0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/SIOP.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
PresentationSubmission,
W3CVerifiableCredential,
W3CVerifiablePresentation,
WrappedVerifiablePresentation
WrappedVerifiablePresentation,
} from '@sphereon/ssi-types';
import { VerifyCallback as WellknownDIDVerifyCallback } from '@sphereon/wellknown-dids-client';
import { Signer } from 'did-jwt';
Expand Down

0 comments on commit 096b0ad

Please sign in to comment.