Skip to content

Commit

Permalink
chore: cherry-pick #11935 (#11982)
Browse files Browse the repository at this point in the history
This PR cherry-picks #11935

---------

Co-authored-by: Aslau Mario-Daniel <marioaslau@gmail.com>
Co-authored-by: tommasini <tommasini15@gmail.com>
Co-authored-by: tommasini <46944231+tommasini@users.noreply.github.com>
Co-authored-by: Nico MASSART <NicolasMassart@users.noreply.github.com>
  • Loading branch information
5 people authored Oct 24, 2024
1 parent c765c8c commit 30b548c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const createStoreAndPersistor = async () => {
/**
* Initialize services after persist is completed
*/
const onPersistComplete = async () => {
const onPersistComplete = () => {
endTrace({ name: TraceName.StorageRehydration });

/**
Expand Down

0 comments on commit 30b548c

Please sign in to comment.