Skip to content

Commit

Permalink
[FIX] 행사 수정이 안되는 오류 해결 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlajm1203 authored Oct 10, 2024
1 parent 42fd8e9 commit 41118b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public ProgramModel from(Long memberId, CommandProgramRequest source, Long progr
.id(programId)
.title(source.getTitle())
.content(source.getContent())
.githubUrl(source.getProgramGithubUrl())
.programDate(DateConverter.toEpochSecond(source.getDeadLine()))
.programCategory(ProgramCategory.find(source.getCategory()))
.programType(ProgramType.find(source.getType()))
Expand Down

0 comments on commit 41118b6

Please sign in to comment.