Skip to content

Commit

Permalink
fix: 디버깅용 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
리니_이경린 authored and lgrin-byte committed Feb 20, 2025
1 parent 5bba79c commit 713d35c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const SHARE_TEXT =

const HomePage = () => {
const { send } = useAppBridge();
alert("디버깅 메시지: 홈 " + JSON.stringify(SHARE_TEXT));

return (
<>
Expand Down
1 change: 1 addition & 0 deletions src/pages/LoadingPage/LoadingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const LoadingPage = () => {
type: AppBridgeMessageType.RECEIVE_GENERATED_REVIEW,
payload: { result: String(generateReviewData) },
});
alert("디버깅 메시지: generateReviewData" + generateReviewData);

if (generateReviewData.length > 0) {
navigateToReviewResult();
Expand Down

0 comments on commit 713d35c

Please sign in to comment.