This commit is contained in:
Moritz Utcke
2025-03-25 14:37:33 -03:00
parent 00772317e7
commit 0117f94c07
3 changed files with 5 additions and 5 deletions

View File

@@ -143,7 +143,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
const bild = bilder && bilder.find(image => image.kategorie === Enums.BilderKategorie.Gebaeude);
if (bild) {
const file = await getS3File("ibc-images", `${bild.uid}.jpg`);
const file = await getS3File("ibc-images", `${bild.id}.jpg`);
if (file) {
let image: PDFImage;