updated prisma schema

This commit is contained in:
daniel31x13
2023-10-27 16:06:42 -04:00
parent ea86737835
commit c08e7d4580
4 changed files with 79 additions and 53 deletions
-1
View File
@@ -31,7 +31,6 @@ async function checkFileExistence(path) {
Key: path,
};
console.log(path);
try {
const headObjectAsync = util.promisify(
s3Client.headObject.bind(s3Client)