From 65610ef3baa46832c26df5ca9c13fe157b9da6cd Mon Sep 17 00:00:00 2001 From: guitavano Date: Thu, 21 Mar 2024 13:30:26 -0300 Subject: [PATCH] remove params --- vtex/loaders/legacy/productListingPage.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/vtex/loaders/legacy/productListingPage.ts b/vtex/loaders/legacy/productListingPage.ts index baf672f05..f488cd372 100644 --- a/vtex/loaders/legacy/productListingPage.ts +++ b/vtex/loaders/legacy/productListingPage.ts @@ -224,7 +224,6 @@ const loader = async ( const [vtexProductsResponse, vtexFacets] = await Promise.all([ vcsDeprecated["GET /api/catalog_system/pub/products/search/:term?"]( { - ...params, ...args, term: getTerm(term, map), }, @@ -232,7 +231,6 @@ const loader = async ( ), vcsDeprecated["GET /api/catalog_system/pub/facets/search/:term"]( { - ...params, ...args, term: getTerm(term, fmap), map: fmap,