mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
change
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { ProductEdge } from '@framework/schema'
|
||||
|
||||
export function normalizeProduct(productNode: ProductEdge): Product {
|
||||
export function normalizeProduct(productNode: any): Product {
|
||||
// console.log(productNode)
|
||||
const {
|
||||
node: {
|
||||
|
Reference in New Issue
Block a user