Skip to content

Commit

Permalink
Merge pull request #108 from SWM-Flash/integration
Browse files Browse the repository at this point in the history
Integration
  • Loading branch information
wonyangs authored Dec 10, 2024
2 parents 5e433c3 + 68c4b8d commit 0b12ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public DetailSolutionDto findDetailSolutionById(final Long solutionId) {
queryProblem.sectorName, solution.solutionDetail.review,
queryProblem.difficultyName, solutionComment.count(),
solution.solutionDetail.perceivedDifficulty,
solution.solutionDetail.thumbnailImageUrl, queryProblem.holdColorCode,
queryProblem.removalDate, queryProblem.settingDate, solution.createdAt
))
.from(solution)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@

public record DetailSolutionDto(Long solutionId, String videoUrl, String gymName, String sectorName,
String review, String difficultyName, Long commentsCount, PerceivedDifficulty perceivedDifficulty,
String thumbnailImageUrl, String holdColorCode,
LocalDate removalDate, LocalDate settingDate, LocalDateTime uploadedAt) {
}

0 comments on commit 0b12ad3

Please sign in to comment.