Crom, I have never prayed to you before. I have no tongue for it.
This commit is contained in:
parent
c6c65a0d48
commit
3fbe810406
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ store.dispatch(checkOnboardingStatus() as any);
|
|||
/** Load initial data from the backend */
|
||||
const loadInitial = () => {
|
||||
// @ts-ignore
|
||||
return async (dispatch, getState) => {
|
||||
return async(dispatch, getState) => {
|
||||
// Await for authenticated fetch
|
||||
await dispatch(fetchMe());
|
||||
// Await for feature detection
|
||||
|
|
Loading…
Reference in a new issue