File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { useLanguageStore } from "@/ui/storage/useLanguageStore";
44import { useApplicationLoadingState , useInitialisationState } from '@/ui/storage/updates' ;
55import matchingEngineManager from "@/core/managers/matchingEngineManager" ;
66import userManager from "@/core/managers/userManager" ;
7- import profileManager from "@/core/managers/profileManager" ;
87
98export const useInitialiseApplication = ( ) => {
109 const setInitialisationState = useInitialisationState ( ( state ) => state . setInitialisationState ) ;
@@ -41,7 +40,7 @@ export const useInitialiseApplication = () => {
4140 updateUserId ( fixedUserId ) ;
4241
4342 // Construct and init profile manager
44- await profileManager . constructProfileManagerOnce ( )
43+ // await profileManager.constructProfileManagerOnce()
4544 // await profileManager.initProfileManager(fixedUserId)
4645 // updateUserId(fixedUserId);
4746
You can’t perform that action at this time.
0 commit comments