Skip to content

Commit

Permalink
chore: TEMP TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
whalekiller03 committed Aug 8, 2024
1 parent cc05103 commit 1aa2f28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ const HomePage = () => {
useEffect(() => {
if (token) {
dispatch(fetchUserById(id, token));
router.push('/');
// router.push('/');
// console.log('----------');
// console.log('fetch user');
// console.log('----------');
console.log('========2024-01-01 00:00:00================');
}
}, [id, token]);

Expand Down

0 comments on commit 1aa2f28

Please sign in to comment.