Skip to content

Commit

Permalink
fix : 미션 인증 시 commentNum 디폴트값 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
seungueonn committed May 7, 2024
1 parent e70e6aa commit 8ed717d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public static MissionArchive mapToMissionArchive(MissionArchiveReq missionArchiv
.mission(mission)
.heartList(new ArrayList<>())
.contents(missionArchiveReq.getContents())
.commentNum(0L)
.build();
}

Expand Down

0 comments on commit 8ed717d

Please sign in to comment.