Skip to content

Commit f25d6aa

Browse files
fix: 여행 리포트 API 응답 필드 매핑 오류 수정(#90)
* refactor: TripReport.of()에서 매개변수 순서 조정
1 parent 2f0e0a6 commit f25d6aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/ject/studytrip/trip/domain/model/TripReport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ public class TripReport extends BaseTimeEntity {
4747

4848
public static TripReport of(
4949
Member member,
50-
String startDate,
51-
String endDate,
5250
String title,
5351
String content,
52+
String startDate,
53+
String endDate,
5454
long completedMissionCount,
5555
long totalFocusHours,
5656
long studyDays,

0 commit comments

Comments
 (0)