From d31e709583414a6b5d87f43108bad77c5e311205 Mon Sep 17 00:00:00 2001 From: Fayorg Date: Wed, 20 Dec 2023 14:54:54 +0100 Subject: [PATCH] fix: unused db call --- app/play/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/play/page.tsx b/app/play/page.tsx index 623d8fe..2213ac3 100644 --- a/app/play/page.tsx +++ b/app/play/page.tsx @@ -12,9 +12,6 @@ export default async function Play() { redirect('/'); } - const now = new Date(); - const todayTest = await getFirstActiveTest(now); - return (
{'Logo'}