feat(verify-page): new verify page design #151
@ -15,7 +15,7 @@ const getZipWithFiles = async (
|
||||
for (const [fileName, pdf] of Object.entries(files)) {
|
||||
const pages = await addMarks(pdf.file, marksByPage)
|
||||
const blob = await convertToPdfBlob(pages)
|
||||
zip.file(`/files/${fileName}`, blob)
|
||||
zip.file(`files/${fileName}`, blob)
|
||||
}
|
||||
|
||||
return zip
|
||||
|
Loading…
Reference in New Issue
Block a user