We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3706b62 + 712324b commit 813cb68Copy full SHA for 813cb68
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