This commit is contained in:
cond0r
2021-02-04 18:09:20 +02:00
parent d35adf9c21
commit 1a43a0ab57
3 changed files with 1 additions and 8 deletions

View File

@@ -29,8 +29,6 @@ const getProduct = async (options: {
const product = data?.productByHandle
console.info(normalizeProduct(product))
return {
product: product ? normalizeProduct(product) : null,
}