Remove checks against EBOOK_EARLIEST_CREATION_DATE

This commit is contained in:
Mike Colagrosso 2024-10-22 17:16:28 -06:00 committed by Alex Cabal
parent 432723eafe
commit 6bec232d37
6 changed files with 6 additions and 7 deletions

View file

@ -36,7 +36,6 @@ const EBOOKS_PER_PAGE = 12;
const EBOOKS_MAX_STRING_LENGTH = 250;
const EBOOKS_MAX_LONG_STRING_LENGTH = 500;
const EBOOK_SINGLE_PAGE_SIZE_WARNING = 3 *1024 * 1024; // 3145728
const EBOOK_EARLIEST_CREATION_DATE = new DateTimeImmutable('2014-01-01');
const ARTWORK_THUMBNAIL_HEIGHT = 350;
const ARTWORK_THUMBNAIL_WIDTH = 350;