Fix(medusa) product-option values type (#983)
This commit is contained in:
committed by
GitHub
parent
d365839a08
commit
ec7c10e446
@@ -28,7 +28,7 @@ export class ProductOption {
|
||||
() => ProductOptionValue,
|
||||
value => value.option
|
||||
)
|
||||
values: ProductOptionValue
|
||||
values: ProductOptionValue[]
|
||||
|
||||
@Column()
|
||||
product_id: string
|
||||
|
||||
Reference in New Issue
Block a user