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 20, 2020
1 parent 3096edb commit 00f0d2f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ export abstract class AbstractIdentityController {
return Promise.reject('Method removePublicKey not implemented')
}

/**
*
* @param service ServiceEndpoint
*/
addService(service: ServiceEndpoint): Promise<any> {
return Promise.reject('Method addService not implemented')
}
Expand Down

0 comments on commit 00f0d2f

Please sign in to comment.