mirror of
https://github.com/vercel/commerce.git
synced 2025-05-13 13:17:51 +00:00
revert shopify metaobject type issue
This commit is contained in:
parent
b47f13e2d8
commit
bdbf9eca88
@ -351,11 +351,12 @@ const reshapeMetaobjects = (metaobjects: ShopifyMetaobject[]): Metaobject[] => {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
{} as {
|
{} as {
|
||||||
[key: string]: {
|
[key: string]:
|
||||||
|
| {
|
||||||
value: string;
|
value: string;
|
||||||
referenceId: string;
|
referenceId: string;
|
||||||
};
|
}
|
||||||
string;
|
| string;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user