Skip to content

Commit ac1098b

Browse files
author
리니_이경린
committed
fix: 디버깅용 코드 추가
1 parent dea77b7 commit ac1098b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/provider/AppBridgeProvider/AppBridgeProvider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export function AppBridgeProvider({ children }: AppBridgeProviderProps) {
5656
try {
5757
const data = JSON.parse(jsonData);
5858
setGenerateReviewData(data.result);
59+
alert("디버깅 메시지: " + JSON.stringify(data.result));
5960
} catch (error) {
6061
console.error("Invalid JSON data for generated review:", error);
6162
}

0 commit comments

Comments
 (0)