Closed nickreynolds closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.95%. Comparing base (
ab16cbd
) to head (7d1ad28
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What issue is this PR fixing
fixes #1364
What is being changed
The
getDIDComponentById
function indid-resolver/src/resolver.ts
is modified so that it correctly finds the result when thedidUrl
passed in is a keyID without the DID prefixed to it, but the resolved DID Document lists the key with the prefix.Quality
Check all that apply:
pnpm i
,pnpm build
,pnpm test
,pnpm test:browser
locally.Details
it's possible that this is not the ideal solution and the proper fix for the bug is upstream from this function