From 30b548ce97681e017e8c82c504513e047ab72baa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:29:15 +0200 Subject: [PATCH] chore: cherry-pick #11935 (#11982) This PR cherry-picks #11935 --------- Co-authored-by: Aslau Mario-Daniel Co-authored-by: tommasini Co-authored-by: tommasini <46944231+tommasini@users.noreply.github.com> Co-authored-by: Nico MASSART --- app/store/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/index.ts b/app/store/index.ts index a96eb65823e..32b3be171d9 100644 --- a/app/store/index.ts +++ b/app/store/index.ts @@ -72,7 +72,7 @@ const createStoreAndPersistor = async () => { /** * Initialize services after persist is completed */ - const onPersistComplete = async () => { + const onPersistComplete = () => { endTrace({ name: TraceName.StorageRehydration }); /**