removed unneeded comments
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user