Skip to content

Commit

Permalink
feat: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Healy committed Mar 19, 2020
1 parent 84ac6cc commit 5f8c0fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/daf-core/src/identity/identity-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export class IdentityStore extends AbstractIdentityStore {
return identity
}

/**
*
* @param did DID address. String
*/
async delete(did: string) {
const identity = await Identity.findOne(did)
if (!identity) throw Error('Identity not found')
Expand Down

0 comments on commit 5f8c0fe

Please sign in to comment.