Fixed error when notes are not defined

This commit is contained in:
Jan Böhmer 2026-04-26 21:32:19 +02:00
parent 4a45b5d5a9
commit 7117926584

View file

@ -231,7 +231,7 @@ final class DTOJsonSchemaConverter
provider_url: $productUrl,
footprint: $data['footprint'] ?? null,
gtin: $data['gtin'] ?? null,
notes: $data['notes'],
notes: $data['notes'] ?? null,
datasheets: $datasheets,
images: $images,
parameters: $parameters,