removed unneeded comments
This commit is contained in:
@@ -64,9 +64,6 @@ const createQuery = (owner: string, parent: string, sortBy: string, startAt: num
|
||||
// query = {...query, "metadata.personalFile": true}
|
||||
// }
|
||||
|
||||
console.log("storage type", storageType)
|
||||
console.log("query", query);
|
||||
|
||||
return query;
|
||||
|
||||
}
|
||||
|
||||
@@ -24,7 +24,6 @@ const sendShareEmail = async (file: any, respient: string) => {
|
||||
}
|
||||
|
||||
await sgMail.send(msg);
|
||||
console.log("Share email sent");
|
||||
}
|
||||
|
||||
export default sendShareEmail
|
||||
@@ -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