Skip to content

Commit add1044

Browse files
committed
Delete unused local variable
1 parent ee9acf2 commit add1044

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/OpenidForPresentationService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ export class OpenidForPresentationService implements OutboundCommunication {
362362
.filter((vc) =>
363363
allSelectedCredentialIdentifiers.includes(vc.credentialIdentifier)
364364
);
365-
const filteredVCJwtList = filteredVCEntities.map((vc) => vc.credential);
366365

367366
try {
368367
const fetchedState = this.states.get(userId.id);

0 commit comments

Comments
 (0)