mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-25 12:51:36 +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,
|
provider_url: $productUrl,
|
||||||
footprint: $data['footprint'] ?? null,
|
footprint: $data['footprint'] ?? null,
|
||||||
gtin: $data['gtin'] ?? null,
|
gtin: $data['gtin'] ?? null,
|
||||||
notes: $data['notes'],
|
notes: $data['notes'] ?? null,
|
||||||
datasheets: $datasheets,
|
datasheets: $datasheets,
|
||||||
images: $images,
|
images: $images,
|
||||||
parameters: $parameters,
|
parameters: $parameters,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue