Tweak donation constants

This commit is contained in:
Alex Cabal 2024-11-13 11:25:05 -06:00
parent 009505d182
commit 9ca6b1eb0e

View file

@ -86,7 +86,7 @@ const DONATION_DRIVE_DATES = [
'Spring drive',
new DateTimeImmutable('Second Monday of May'),
new DateTimeImmutable('Second Monday of May +2 weeks'),
50,
40,
20
),
new DonationDrive(
@ -94,7 +94,7 @@ const DONATION_DRIVE_DATES = [
NOW < new DateTimeImmutable('November 15') ? new DateTimeImmutable('November 15') : new DateTimeImmutable('November 15 -1 year'),
NOW < new DateTimeImmutable('January 7') ? new DateTimeImmutable('January 7') : new DateTimeImmutable('January 7 +1 year'),
50,
20
30
)
];