Skip to content

Commit

Permalink
πŸ› Add profile image file name in solved user response dto
Browse files Browse the repository at this point in the history
  • Loading branch information
baebae02 committed Sep 19, 2024
1 parent deecd0c commit f05a6bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ SolvedUserResponseDto mapToSolvedUserResponseDto(User user, UserProblem userProb
.baekjoonId(user.getBaekjoonId())
.profileColor(user.getUserProfile().getProfileColor())
.studentId(user.getUserProfile().getStudentId())
.profileImageFileName(user.getUserProfile().getProfileImageFileName())
.rank(user.getRank())
.coin(user.getUserProfile().getCoin())
.solvedAt(userProblem.getSolvedAt().format(DateTimeFormatter.ofPattern("HH:mm:ss")))
Expand Down

0 comments on commit f05a6bd

Please sign in to comment.