Skip to content

Commit

Permalink
fix: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Healy committed Mar 19, 2020
1 parent 936b7d1 commit d374d73
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -15,6 +15,10 @@ export abstract class AbstractIdentityController {
return Promise.reject('Method addPublicKey not implemented')
}

/**
*
* @param keyId String
*/
removePublicKey(keyId: string): Promise<boolean> {
return Promise.reject('Method removePublicKey not implemented')
}
Expand Down

0 comments on commit d374d73

Please sign in to comment.