2
0
Эх сурвалжийг харах

Product

- fix: Variant defenition
Alexey Kim 2 жил өмнө
parent
commit
3be088cbc8

+ 0 - 1
relation/product.go

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