diff --git a/framework/spree/utils/normalize-product.ts b/framework/spree/utils/normalize-product.ts index 5c38aaffc..4f2781851 100644 --- a/framework/spree/utils/normalize-product.ts +++ b/framework/spree/utils/normalize-product.ts @@ -36,9 +36,6 @@ const normalizeProduct = ( currencyCode: spreeProduct.attributes.currency, } - // TODO: Add sku to product object equal to master SKU from Spree. - // Currently, the Spree API doesn't return it. - const hasNonMasterVariants = (spreeProduct.relationships.variants.data as RelationType[]).length > 1