Skip to content

Commit 5b21854

Browse files
committed
Merge branch 'main' of github.com:Citizen-Knowledge-Graph/foerderfunke-react-app
2 parents 0dbee1a + 06b43b4 commit 5b21854

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/ui/shared-hooks/useInitialiseApplication.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { useLanguageStore } from "@/ui/storage/useLanguageStore";
44
import { useApplicationLoadingState, useInitialisationState } from '@/ui/storage/updates';
55
import matchingEngineManager from "@/core/managers/matchingEngineManager";
66
import userManager from "@/core/managers/userManager";
7-
import profileManager from "@/core/managers/profileManager";
87

98
export 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

0 commit comments

Comments
 (0)