From 08ec274a222b4727a1cc94745509dcfedf717cce Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Thu, 9 Feb 2023 19:16:33 +0100 Subject: [PATCH] qoc --- apps/web/pages/api/documents/[id]/send.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/pages/api/documents/[id]/send.ts b/apps/web/pages/api/documents/[id]/send.ts index 30dca9167..64e3d34fd 100644 --- a/apps/web/pages/api/documents/[id]/send.ts +++ b/apps/web/pages/api/documents/[id]/send.ts @@ -47,7 +47,6 @@ async function postHandler(req: NextApiRequest, res: NextApiResponse) { }); }); - // return res.status(500).end(); // todo check if recipient has an account and show them in their inbox or something }