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 }