removed unneeded comments

This commit is contained in:
kyle hoell
2020-12-07 21:06:22 -05:00
parent 1e28ba1951
commit 13dc080388
22 changed files with 0 additions and 82 deletions
-2
View File
@@ -19,8 +19,6 @@ type userAccessType = {
const userUpdateCheck = async(res: Response, id: string, ipAddress: string | undefined) => {
console.log("Loading full user for email verification check");
const updatedUser = await User.findById(id);
if (!updatedUser) throw new NotFoundError("Cannot find updated user auth");