Skip to content

Commit

Permalink
fix: Await in listDids
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Feb 18, 2020
1 parent 75acf35 commit 94c759c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class IdentityStore extends AbstractIdentityStore {
}

async listDids() {
const fileContents = this.readFromStorage()
const fileContents = await this.readFromStorage()
return Object.keys(fileContents)
}

Expand Down

0 comments on commit 94c759c

Please sign in to comment.