Skip to content

Commit

Permalink
fix: 파일명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
qilip committed Nov 15, 2023
1 parent 310a787 commit 8f46d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const pdfThumbnail = async (byteArray) => {

const options = {
density: 72,
saveFilename: tempFileName + '.webp',
saveFilename: tempFileName,
savePath: '/tmp',
format: 'webp',
width: 1440,
Expand Down

0 comments on commit 8f46d27

Please sign in to comment.