Latest Updates

This commit is contained in:
Bel Curcio
2021-06-05 16:20:02 -03:00
parent 9b5f72f110
commit 191a401ea6
5 changed files with 5 additions and 12 deletions

View File

@@ -23,7 +23,6 @@ export async function getStaticProps({
config,
preview,
})
console.log(product?.variants[0])
const { products: relatedProducts } = await commerce.getAllProducts({
variables: { first: 4 },