We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc7121 commit deb9ff2Copy full SHA for deb9ff2
1 file changed
src/main/java/com/example/solidconnection/mentor/dto/MentoringResponse.java
@@ -10,7 +10,7 @@ public record MentoringResponse(
10
String profileImageUrl,
11
String nickname,
12
boolean isChecked,
13
- ZonedDateTime createAt
+ ZonedDateTime createdAt
14
) {
15
public static MentoringResponse from(Mentoring mentoring, SiteUser mentee) {
16
return new MentoringResponse(
0 commit comments