Crom, I have never prayed to you before. I have no tongue for it.

This commit is contained in:
Alex Gleason 2022-05-19 11:52:36 -05:00
parent c6c65a0d48
commit 3fbe810406
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -48,7 +48,7 @@ store.dispatch(checkOnboardingStatus() as any);
/** Load initial data from the backend */ /** Load initial data from the backend */
const loadInitial = () => { const loadInitial = () => {
// @ts-ignore // @ts-ignore
return async (dispatch, getState) => { return async(dispatch, getState) => {
// Await for authenticated fetch // Await for authenticated fetch
await dispatch(fetchMe()); await dispatch(fetchMe());
// Await for feature detection // Await for feature detection