Remove outdated comment

This commit is contained in:
tniezg 2021-08-19 11:45:12 +02:00
parent c9323443ce
commit 8f95d76dcd

View File

@ -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