Skip to content

Commit

Permalink
fix : SolveResult에 failureReason 필드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
GiHoo committed Mar 20, 2024
1 parent b178bcc commit 4f9eaee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public SolveResultResponse getSolveResultInRoom(String roomShortUuid) {
.language(solveHistory.getCodeLanguage())
.code(solveHistory.getInputCode())
.solveStatus(solveHistory.getSolveStatus())
.failureReason(solveHistory.getFailureReason())
.build())
.toList();

Expand Down

0 comments on commit 4f9eaee

Please sign in to comment.