Push back goal date

This commit is contained in:
polypixeldev 2023-12-17 11:28:46 -05:00
parent 60ca079fa0
commit f3dfd6f484
No known key found for this signature in database
GPG key ID: 8B650055D47BA096

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 = '12/31/2023';
const goalDate = '3/1/2024';
const goalNumber = 300000;
const app = new App({