mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Remove outdated comment
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user