Compare commits

1 Commits

Author SHA1 Message Date
3b58b4d443 Update event-dates.json
All checks were successful
Check / Lint and Check (pull_request) Successful in 27s
Changed cut-off to 23:00
2025-09-01 12:49:04 +02:00

View File

@@ -1,7 +1,7 @@
{
"eventDates": ["2025-09-05", "1999-01-01"],
"cutoffTime": "15:00",
"cutoffTime": "23:00",
"message": "Sign-ups are closed for today's event. Please come back tomorrow.",
"internalComment": "Add event dates in YYYY-MM-DD format. Signups will be disabled after 3pm (15:00) on these dates by default."
"internalComment": "Add event dates in YYYY-MM-DD format. Signups will be disabled after 11pm (23:00) on these dates by default."
}