Skip to content

Commit

Permalink
[FO-687] 출품기간 dday 다시 제거 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok authored Nov 6, 2023
1 parent 77728ba commit 15dbb92
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ data class CompetitionDto(
val screeningDDay: String
get() = DateTimeFormat.calculateDays(screeningEndDate)

val exhibitDDay: String
get() = DateTimeFormat.calculateDays(exhibitEndDate)

constructor(
competition: Competition,
userCompetitionScrapMap: Map<Long, CompetitionScrap?>,
Expand Down

0 comments on commit 15dbb92

Please sign in to comment.