diff --git a/src/lib/Account.js b/src/lib/Account.js index 696128115b..d498eb6e4f 100644 --- a/src/lib/Account.js +++ b/src/lib/Account.js @@ -12,7 +12,7 @@ export default class Account { this.cache = {} } if (this.cache[id]) { - this.cache[id].updateFromStorage() + await this.cache[id].updateFromStorage() return this.cache[id] } let storage = new AccountStorage(id)