Skip to content

Commit

Permalink
Change KeyRelationshipForMethod for score
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-a11y committed Oct 9, 2023
1 parent 790feb3 commit 4b18cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/did/src/DidDetails/FullDidDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const methodMapping: Record<string, VerificationKeyRelationship | undefined> = {
'did.submitDidCall': undefined,
didLookup: 'authentication',
didName: 'authentication',
score:'authentication',
score:'assertionMethod',
}

function getKeyRelationshipForMethod(
Expand Down

0 comments on commit 4b18cd9

Please sign in to comment.