mirror of
https://github.com/vercel/commerce.git
synced 2025-05-12 12:47:50 +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 {
|
||||
[key: string]: {
|
||||
value: string;
|
||||
referenceId: string;
|
||||
};
|
||||
string;
|
||||
[key: string]:
|
||||
| {
|
||||
value: string;
|
||||
referenceId: string;
|
||||
}
|
||||
| string;
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user