From 9bb0b2b5e8b4de06c3903df9f711dae07cbc570a Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Thu, 10 Oct 2024 15:40:21 -0700 Subject: [PATCH] now var --- app/api/record/start/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/record/start/route.ts b/app/api/record/start/route.ts index 740ed21..1ab5ebb 100644 --- a/app/api/record/start/route.ts +++ b/app/api/record/start/route.ts @@ -6,7 +6,7 @@ export async function GET(req: NextRequest) { const roomName = req.nextUrl.searchParams.get('roomName'); const now = req.nextUrl.searchParams.get('now'); - new Date(Date.now()).toISOString(); + // new Date(Date.now()).toISOString(); /** * CAUTION: * for simplicity this implementation does not authenticate users and therefore allows anyone with knowledge of a roomName