From 0f029a21f70dc6a79a266702e82595e5b0f231b1 Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Mon, 8 Jan 2024 19:00:23 +0000 Subject: [PATCH] Added todo notification --- src/pages/api/stats/[id]/export.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/api/stats/[id]/export.tsx b/src/pages/api/stats/[id]/export.tsx index f50045c0..27591f0c 100644 --- a/src/pages/api/stats/[id]/export.tsx +++ b/src/pages/api/stats/[id]/export.tsx @@ -182,7 +182,7 @@ async function post(req: NextApiRequest, res: NextApiResponse) { } const stats = docsSnap.docs.map((d) => d.data()); - // verify if the stats already have a pdf generated + // TODO: verify if the stats already have a pdf generated // const hasPDF = stats.find((s) => s.pdf); // if (hasPDF) {