server updates

This commit is contained in:
Chris W 2023-10-13 14:40:47 -06:00
parent dff4d1adf1
commit 48a090be5f
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ export const POST: RequestHandler = async ({ request }) => {
createdAt: new Date(), createdAt: new Date(),
}; };
console.log(data);
const res = await pastes.insertOne(data); const res = await pastes.insertOne(data);
if (!res.acknowledged) { if (!res.acknowledged) {