We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b3e47 commit 9a5705cCopy full SHA for 9a5705c
back/src/main/java/com/back/domain/member/member/dto/MenteeMyPageResponse.java
@@ -8,7 +8,7 @@ public record MenteeMyPageResponse(
8
String email,
9
String name,
10
String nickname,
11
- String job
+ String interestedField
12
) {
13
public static MenteeMyPageResponse from(Member member, Mentee mentee) {
14
return new MenteeMyPageResponse(
0 commit comments