From f7fd70890cb85809fa82e0c437536032cc720bad Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Wed, 17 Sep 2025 17:22:53 +0200 Subject: [PATCH] =?UTF-8?q?BOOTSTRAP=5FINVITE=5FDEADLINE=20verl=C3=A4ngert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/api/service/invitations/bootstrap.post.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/api/service/invitations/bootstrap.post.ts b/server/api/service/invitations/bootstrap.post.ts index 6921dac..23d4b05 100644 --- a/server/api/service/invitations/bootstrap.post.ts +++ b/server/api/service/invitations/bootstrap.post.ts @@ -2,7 +2,7 @@ import { randomBytes } from 'node:crypto' import { createError, readBody } from 'h3' import { InvitationCode } from '../../../models/InvitationCode' -const CREATION_DEADLINE = new Date(process.env.BOOTSTRAP_INVITE_DEADLINE ?? '2024-07-01T00:00:00Z') +const CREATION_DEADLINE = new Date(process.env.BOOTSTRAP_INVITE_DEADLINE ?? '2025-10-01T00:00:00Z') export default defineEventHandler(async (event) => { const now = new Date()