mirror of
https://github.com/vercel/commerce.git
synced 2025-05-11 12:17:51 +00:00
remove invalidate tags for YMM filter options
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
parent
d8e7553918
commit
2b1a05353d
@ -891,7 +891,6 @@ export async function getAllMetaobjects(type: string) {
|
||||
while (hasNextPage) {
|
||||
const res = await shopifyFetch<ShopifyMetaobjectsOperation>({
|
||||
query: getMetaobjectsQuery,
|
||||
tags: [TAGS.collections, TAGS.products],
|
||||
variables: { type, after }
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user