Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
intracer committed Apr 12, 2024
1 parent 69b94b2 commit c99edc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ case class ImageDB(
lazy val sansIneligible: Seq[Image] =
withCorrectIds.filterNot(_.pageId.exists(ineligibleIds.contains))

private val jun30 = ZonedDateTime.parse(s"${contest.year}-06-30T23:59:59Z")
private val jun30 = ZonedDateTime.parse(s"2023-06-30T23:59:59Z")

lazy val ineligible: Seq[Image] = withCorrectIds.filter { i =>
val after30 =
Expand Down

0 comments on commit c99edc5

Please sign in to comment.