Skip to content

Commit deb9ff2

Browse files
committed
chore: 오타 수정
1 parent adc7121 commit deb9ff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/example/solidconnection/mentor/dto/MentoringResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public record MentoringResponse(
1010
String profileImageUrl,
1111
String nickname,
1212
boolean isChecked,
13-
ZonedDateTime createAt
13+
ZonedDateTime createdAt
1414
) {
1515
public static MentoringResponse from(Mentoring mentoring, SiteUser mentee) {
1616
return new MentoringResponse(

0 commit comments

Comments
 (0)