From 2b1a05353d085c0c4b942d4ae1a827330a45bf1e Mon Sep 17 00:00:00 2001 From: Chloe Date: Mon, 8 Jul 2024 15:01:23 +0700 Subject: [PATCH] remove invalidate tags for YMM filter options Signed-off-by: Chloe --- lib/shopify/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/shopify/index.ts b/lib/shopify/index.ts index 3e200ecac..65856a62a 100644 --- a/lib/shopify/index.ts +++ b/lib/shopify/index.ts @@ -891,7 +891,6 @@ export async function getAllMetaobjects(type: string) { while (hasNextPage) { const res = await shopifyFetch({ query: getMetaobjectsQuery, - tags: [TAGS.collections, TAGS.products], variables: { type, after } });