Skip to content

Commit

Permalink
Merge pull request #91 from mash-up-kr/fix/enddate
Browse files Browse the repository at this point in the history
fix: Add endDate
  • Loading branch information
210-reverof authored Oct 2, 2024
2 parents 37eeefb + 3c78516 commit 6e745b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class EventService(
groupId = groupId,
description = description,
date = date,
eventStatus = EventStatus.VOTING
eventStatus = EventStatus.VOTING,
uploadingEndDate = LocalDateTime.now()
)
)
} else {
Expand Down

0 comments on commit 6e745b6

Please # to comment.