Merge 4f7309b87f58270df53a6797af41e07f26779b00 into 675942141b89f83dd84990ddccc9050da6ca2728

This commit is contained in:
backbone-gh 2025-01-26 14:15:57 +09:00 committed by GitHub
commit 1b7946fdee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -343,7 +343,7 @@ export async function getCollections(): Promise<Collection[]> {
export async function getMenu(handle: string): Promise<Menu[]> {
const res = await shopifyFetch<ShopifyMenuOperation>({
query: getMenuQuery,
tags: [TAGS.collections],
cache: 'no-store',
variables: {
handle
}