Skip to content

Commit

Permalink
resolve comments from PR
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Richardson <[email protected]>
  • Loading branch information
NB-MikeRichardson committed Sep 20, 2022
1 parent 163db0a commit 6ccef84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/core/src/modules/proofs/ProofsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ import type {
} from './ProofsApiOptions'
import type { ProofFormat } from './formats/ProofFormat'
import type { IndyProofFormat } from './formats/indy/IndyProofFormat'
import type { AutoSelectCredentialsForProofRequestOptions, GetRequestedCredentialsForProofRequest } from './models/ModuleOptions'
import type {
AutoSelectCredentialsForProofRequestOptions,
GetRequestedCredentialsForProofRequest,
} from './models/ModuleOptions'
import type {
CreateOutOfBandRequestOptions,
CreatePresentationOptions,
Expand Down

0 comments on commit 6ccef84

Please sign in to comment.