Skip to content

Commit

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

Expand Down

0 comments on commit bb96532

Please sign in to comment.