remove invalidate tags for YMM filter options

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe 2024-07-08 15:01:23 +07:00
parent d8e7553918
commit 2b1a05353d
No known key found for this signature in database
GPG Key ID: CFD53CE570D42DF5

View File

@ -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 }
});