Skip to content

Commit

Permalink
fix: type DidAuthorizedCallOperation
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwelde committed Oct 26, 2021
1 parent 1cf591d commit 4b78f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/did/src/Did.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export function encodeDidAuthorizedCallOperation(
}: IAuthorizeCallOptions
): DidAuthorizedCallOperation {
return new (registry.getOrThrow<DidAuthorizedCallOperation>(
'DidAuthorizedCallOperation'
'DidDidDetailsDidAuthorizedCallOperation'
))(registry, {
did: didIdentifier,
txCounter,
Expand Down

0 comments on commit 4b78f82

Please sign in to comment.