Skip to content

Commit

Permalink
fix: Sdr helper function types
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat authored and mirceanis committed Sep 7, 2020
1 parent b871a39 commit 602a672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/daf-selective-disclosure/src/get-credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type IContext = IAgentContext<IDataStoreORM>

export type TGetVerifiableCredentialsForSdr = (
args: {
sdr: ISelectiveDisclosureRequest
sdr: Omit<ISelectiveDisclosureRequest, 'issuer'>
did?: string
},
context: IContext,
Expand Down

0 comments on commit 602a672

Please sign in to comment.