mirror of
https://github.com/documenso/documenso.git
synced 2025-11-20 19:51:32 +10:00
🎨 🧹📝 remove todos, document typing
This commit is contained in:
@ -58,8 +58,6 @@ async function postHandler(req: NextApiRequest, res: NextApiResponse) {
|
||||
return res.status(200).send(recipients.length);
|
||||
}
|
||||
});
|
||||
|
||||
// todo check if recipient has an account and show them in their inbox or something
|
||||
}
|
||||
|
||||
export default defaultHandler({
|
||||
|
||||
Reference in New Issue
Block a user