Skip to content

Commit

Permalink
feat(verifyExp): remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
whitneypurdum committed Jul 25, 2022
1 parent 7099c09 commit 1d96490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/claims/claims.service.ts
Expand Up @@ -1455,7 +1455,7 @@ export class ClaimsService {
const role = vc.credentialSubject.role.namespace;
let issuerVerified = true;
try {
await this._issuerVerification.verifyIssuer(issuerDID, role); //CRED EXP CHECKED HERE
await this._issuerVerification.verifyIssuer(issuerDID, role);
} catch (e) {
issuerVerified = false;
errors.push((e as Error).message);
Expand Down

0 comments on commit 1d96490

Please sign in to comment.