mirror of
https://github.com/vercel/commerce.git
synced 2025-04-28 05:47:50 +00:00
Merge 4f7309b87f58270df53a6797af41e07f26779b00 into 675942141b89f83dd84990ddccc9050da6ca2728
This commit is contained in:
commit
1b7946fdee
@ -343,7 +343,7 @@ export async function getCollections(): Promise<Collection[]> {
|
|||||||
export async function getMenu(handle: string): Promise<Menu[]> {
|
export async function getMenu(handle: string): Promise<Menu[]> {
|
||||||
const res = await shopifyFetch<ShopifyMenuOperation>({
|
const res = await shopifyFetch<ShopifyMenuOperation>({
|
||||||
query: getMenuQuery,
|
query: getMenuQuery,
|
||||||
tags: [TAGS.collections],
|
cache: 'no-store',
|
||||||
variables: {
|
variables: {
|
||||||
handle
|
handle
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user