Skip to content

Commit

Permalink
Merge pull request #163 from 1e5i-Shark/dev
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
GiHoo authored Mar 20, 2024
2 parents c1a2ffa + 4f9eaee commit 6cf4ece
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 6cf4ece

Please sign in to comment.