Add one month to the deadline

This commit is contained in:
Firepup Sixfifty 2024-10-01 02:51:14 +00:00
parent e57cb5ba80
commit 23a8b36a6b
Signed by: firepup650
SSH key fingerprint: SHA256:U0Zp8EhEe3CMqFSrC79CqatzaEiL4sjta80/RSX2XrY

View file

@ -15,7 +15,7 @@ const token = process.env.SLACK_BOT_TOKEN;
const channel = process.env.SLACK_MILLION_CHANNEL;
const port = process.env.PORT ?? 3000;
const goalDate = '10/1/2024';
const goalDate = '11/1/2024';
const goalNumber = 300000;
const app = new App({