forked from crowetic/commerce
change
This commit is contained in:
parent
deadb1675b
commit
a3a2c15f70
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user