Selaa lähdekoodia

Product

- fix: Variant defenition
Alexey Kim 2 vuotta sitten
vanhempi
commit
3be088cbc8
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      relation/product.go

+ 0 - 1
relation/product.go

@@ -69,7 +69,6 @@ func (p *Product) As() *generated.Product {
 		TotalInventory:           nil,
 		UpdatedAt:                scalar.NewDateTimeFrom(p.UpdatedAt),
 		VariantBySelectedOptions: nil,
-		Variants:                 "",
 		Vendor:                   p.Vendor.String,
 	}
 }