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 b28e17f commit b474df8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/daf-core/src/identity/identity-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ export class IdentityStore extends AbstractIdentityStore {
return true
}

/**
* List dids
*/
async listDids() {
const identities = await Identity.find({ where: { provider: this.provider } })
return identities.map(identity => identity.did)
Expand Down

0 comments on commit b474df8

Please sign in to comment.