Skip to content

Commit

Permalink
Update src/gConsent/util/issueAccessVc.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph authored Dec 13, 2024
1 parent 80056a5 commit 6480cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gConsent/util/issueAccessVc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export async function issueAccessVc(
hasConsent &&
vcBody.credentialSubject.hasConsent.forPersonalData.length <= 0
) {
throw new AccessGrantError("There are no resources in the access request!");
throw new AccessGrantError("There are no resources in the access request");
} else if (
!hasConsent &&
(vcBody as BaseGrantBody).credentialSubject.providedConsent.forPersonalData
Expand Down

0 comments on commit 6480cb6

Please sign in to comment.