Added todo notification

This commit is contained in:
Joao Ramos
2024-01-08 19:00:23 +00:00
parent 7328f5c57f
commit 0f029a21f7

View File

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