mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
cleanup, add sorting
This commit is contained in:
@@ -22,7 +22,6 @@ const getProduct = async (options: {
|
||||
if (product.variants) {
|
||||
product.variants = product.variants?.results
|
||||
}
|
||||
// console.log('product', product)
|
||||
return {
|
||||
product: normalizeProduct(product),
|
||||
}
|
||||
|
Reference in New Issue
Block a user