Skip to content

Commit

Permalink
Logging session
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Feb 16, 2023
1 parent 1130002 commit 1a7d610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/provider/modules/session/session.ts
Expand Up @@ -27,6 +27,8 @@ export const useSession = (
enabled: !!masa && !!walletAddress,
});

console.log({ sessionQueryKey: queryKey });

useEffect(() => {
if (loggedIn && !walletAddress) {
void queryClient.invalidateQueries('session');
Expand Down

0 comments on commit 1a7d610

Please sign in to comment.