Update event-dates.json (#13)
All checks were successful
Check / Lint and Check (push) Successful in 28s

Changed cut-off to 23:00

Reviewed-on: #13
Co-authored-by: harry <harry@noreply-git@schulze.network>
Co-committed-by: harry <harry@noreply-git@schulze.network>
This commit is contained in:
2025-09-01 12:50:58 +02:00
committed by Felix Schulze
parent b24c7a2169
commit f27c23cde4

View File

@@ -1,7 +1,7 @@
{ {
"eventDates": ["2025-09-05", "1999-01-01"], "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.", "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."
} }