mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-12 14:31:35 +00:00
Fixed error when notes are not defined
This commit is contained in:
parent
4a45b5d5a9
commit
7117926584
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue