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) {