Skip to content

Commit b2981dc

Browse files
Fix: Minor changes
1 parent 0c5cb66 commit b2981dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/s3fileurl.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const ContentType = 'application/pdf'; // Set the content type to PDF
1616
return res.status(400).json({ error: "Missing 'fileName' in query params" });
1717
}
1818

19-
console.log(Key);
19+
//console.log(Key);
2020

2121

2222
const command = new PutObjectCommand({Bucket, Key, ContentType});

0 commit comments

Comments
 (0)