Skip to content

Commit

Permalink
fix(did-provider-key) : fix typo in error message for addKey (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-verida authored Jul 22, 2022
1 parent 877c513 commit 7152a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/did-provider-key/src/key-did-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class KeyDIDProvider extends AbstractIdentifierProvider {
{ identifier, key, options }: { identifier: IIdentifier; key: IKey; options?: any },
context: IContext,
): Promise<any> {
throw Error('KeyDIDProvider deleteIdentity not supported')
throw Error('KeyDIDProvider addKey not supported')
}

async addService(
Expand Down

0 comments on commit 7152a53

Please sign in to comment.