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 886d592 commit f482187
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/daf-core/src/identity/identity-store.ts
Expand Up @@ -14,6 +14,10 @@ export class IdentityStore extends AbstractIdentityStore {
super()
}

/**
*
* @param did DID address. String
*/
async get(did: string) {
const identity = await Identity.findOne(did, { relations: ['keys'] })
if (!identity) throw Error('Identity not found')
Expand Down

0 comments on commit f482187

Please sign in to comment.