Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Feb 12, 2024
1 parent 2d2a991 commit 9588b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/credentials/src/jwt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export class Jwt {
}

// TODO: should really be looking for verificationMethod with authentication verification relationship
const dereferenceResult = await Jwt.didResolver.dereference( decodedJwt.header.kid! );
const dereferenceResult = await Jwt.didResolver.dereference(decodedJwt.header.kid!);
if (dereferenceResult.dereferencingMetadata.error) {
throw new Error(`Failed to resolve ${decodedJwt.header.kid}`);
}
Expand Down

0 comments on commit 9588b22

Please sign in to comment.