Skip to content

Commit

Permalink
2023 to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
intracer committed Oct 20, 2024
1 parent a8f2cd3 commit 4cb859b
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"2023-06-30T23:59:59Z")
private val jun30 = ZonedDateTime.parse(s"2024-06-30T23:59:59Z")

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

0 comments on commit 4cb859b

Please sign in to comment.