Added todo notification
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user