Removed an unneeded console.log
This commit is contained in:
@@ -40,8 +40,6 @@ async function post(req: NextApiRequest, res: NextApiResponse) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("HERE");
|
|
||||||
|
|
||||||
const stats = req.body as Stat[];
|
const stats = req.body as Stat[];
|
||||||
await stats.forEach(async (stat) => await addDoc(collection(db, "stats"), stat));
|
await stats.forEach(async (stat) => await addDoc(collection(db, "stats"), stat));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user