Skip to content

Commit

Permalink
[Hotfix] Can not get cards data
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Nov 22, 2024
1 parent f49c657 commit 8d5a5bd
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ export const AuthenticationMythProvider = ({ children }: AuthenticationMythProvi
// authContext.logIn();
// }

if (authContext.token) {
bookaSDK.fetchMythicalBalance(authContext.token).catch(console.error);
bookaSDK.fetchNFLRivalCardList(authContext.token).catch(console.error);
}
bookaSDK.fetchNFLRivalCardList(authContext.token).catch(console.error);
bookaSDK.fetchMythicalBalance(authContext.token).catch(console.error);
}, [authContext, authContext.token]);

const onLoginWithMythAccount = useCallback(() => {
Expand Down

0 comments on commit 8d5a5bd

Please sign in to comment.