Skip to content

Commit

Permalink
Edit end date
Browse files Browse the repository at this point in the history
  • Loading branch information
malted committed Feb 20, 2025
1 parent b5df04e commit bf34ba9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ await app.client.chat.postMessage({
registerJobs();

export const eventStartDate = new Date("2025-02-20");
export const eventEndDate = new Date("2025-03-01");
export const eventEndDate = new Date(
eventStartDate.getTime() + 1000 * 60 * 60 * 24 * 10,
);

app.action("action-waka-setup-unix", async ({ ack, body, client, logger }) => {
track("action-waka-setup-unix", body.user.id);
Expand Down

0 comments on commit bf34ba9

Please sign in to comment.