fix: file path
Some checks failed
Open PR on Staging / audit_and_check (pull_request) Failing after 30s

This commit is contained in:
eugene 2024-08-19 11:07:19 +03:00
parent ed7acd6cb4
commit 79f37a842f

View File

@ -312,7 +312,7 @@ export const VerifyPage = () => {
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)
}
const arrayBuffer = await zip