Skip to content

Commit

Permalink
fix(claim): stripped fields from issueClaim function
Browse files Browse the repository at this point in the history
  • Loading branch information
Passerino committed Nov 18, 2021
1 parent f3b32f9 commit b4bf01e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -282,7 +282,6 @@ ___
| `__namedParameters.claim` | `Object` |
| `__namedParameters.claim.claimType` | `string` |
| `__namedParameters.claim.claimTypeVersion` | `number` |
| `__namedParameters.claim.fields` | { `key`: `string` ; `value`: `string` \| `number` }[] |
| `__namedParameters.claim.issuerFields` | { `key`: `string` ; `value`: `string` \| `number` }[] |
| `__namedParameters.subject` | `string` |

Expand Down
1 change: 0 additions & 1 deletion src/modules/claims/claims.service.ts
Expand Up @@ -239,7 +239,6 @@ export class ClaimsService {
claim: {
claimType: string;
claimTypeVersion: number;
fields: { key: string; value: string | number }[];
issuerFields: { key: string; value: string | number }[];
};
subject: string;
Expand Down

0 comments on commit b4bf01e

Please sign in to comment.