This commit is contained in:
skidoodle 2023-09-16 23:22:47 +02:00 committed by GitHub
parent 43d51f172a
commit c104604a57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,9 +83,7 @@ export default function handler(req: NextApiRequest, res: NextApiResponse) {
}
break
default:
pdfUrl = `${baseUrl}${ev}${idoszak}_${szint}/${prefix}_${ev!.slice(
-2
)}${honap}_${tipus}.pdf`
pdfUrl = `${baseUrl}${ev}${idoszak}_${szint}/${prefix}_${shortev}${honap}_${tipus}.pdf`
break
}