Skip to content

Commit

Permalink
fix: 회고 중 try가 전달되지 않는 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnrlnworld committed Dec 4, 2024
1 parent b1eb456 commit 02d36d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public record ReviewResponse(
String planetTitle,
String keep,
String problem,
String tryNext
String try
) {
}

0 comments on commit 02d36d0

Please sign in to comment.