This commit is contained in:
Timur Ercan
2023-02-09 19:16:33 +01:00
parent 311e460437
commit 08ec274a22

View File

@ -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
}