mirror of
https://github.com/vercel/commerce.git
synced 2025-07-04 04:01:21 +00:00
Remove outdated comment
This commit is contained in:
parent
c9323443ce
commit
8f95d76dcd
@ -36,9 +36,6 @@ const normalizeProduct = (
|
|||||||
currencyCode: spreeProduct.attributes.currency,
|
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 =
|
const hasNonMasterVariants =
|
||||||
(spreeProduct.relationships.variants.data as RelationType[]).length > 1
|
(spreeProduct.relationships.variants.data as RelationType[]).length > 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user