remove unnecessary comment

This commit is contained in:
Max Leiter 2022-12-17 23:11:45 -08:00
parent 447974a74a
commit 3e199cf8d4

View file

@ -56,7 +56,6 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
export default withMethods(["GET", "PUT", "DELETE"], handler)
// valid jsdoc
/**
* @description Deletes a user and all of their posts, files, and accounts
* @warning This function does not perform any authorization checks