Skip to content

Commit

Permalink
Merge pull request #136 from softeerbootcamp4th/feat/#125/RewardApi
Browse files Browse the repository at this point in the history
[fix] sharedLink 로직 수정
  • Loading branch information
subsub-e authored Aug 20, 2024
2 parents 2084fce + e4d6156 commit ee44c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/pages/joinEvent/commentList/Redirect.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ function Redirect() {
console.log(commentId);
const getLink = async () => {
const response = await getRedirectLink(commentId);
navigate(response);
console.log(response);
navigate(response);
};

useEffect(() => {
Expand Down

0 comments on commit ee44c56

Please sign in to comment.