From d9502c7516bc2d4ae467c6ea8a2e4816b0885f37 Mon Sep 17 00:00:00 2001 From: muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com> Date: Thu, 17 Nov 2022 05:45:39 +0530 Subject: Transfrom workspace components to ts (#775) --- src/stores/AppStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores/AppStore.ts') diff --git a/src/stores/AppStore.ts b/src/stores/AppStore.ts index aab279e59..2db90bfa0 100644 --- a/src/stores/AppStore.ts +++ b/src/stores/AppStore.ts @@ -494,7 +494,7 @@ export default class AppStore extends TypedStore { ), ); - await clearAppCache._promise; + await clearAppCache.promise; await sleep(ms('1s')); -- cgit v1.2.3-70-g09d2