We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b1888 commit 712324bCopy full SHA for 712324b
1 file changed
packages/extension/src/libs/updates-state/index.ts
@@ -14,7 +14,7 @@ class UpdatesState {
14
}
15
16
async getState(): Promise<IState> {
17
- const state = this.storage.get(StorageKeys.updatesInfo);
+ const state = await this.storage.get(StorageKeys.updatesInfo);
18
if (!state) {
19
const newState: IState = {
20
lastVersionViewed: '',
0 commit comments