Skip to content

Commit

Permalink
Merge pull request #124 from Leets-Official/fix/#123/멤버-상세-조회
Browse files Browse the repository at this point in the history
Fix #124 멤버 상세조회 시 role 추가 반환
  • Loading branch information
hyxklee authored Feb 11, 2025
2 parents 8559b9c + 263b06d commit 589ec94
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ public record UserResponse(
String studentId,
String department,
List<Integer> cardinals,
Position position
Position position,
Role role
) {
}

Expand Down

0 comments on commit 589ec94

Please sign in to comment.