From 19f38f6b512e3fdfdf14387905234c62c65ea2e0 Mon Sep 17 00:00:00 2001 From: Tiago Gimenes Date: Thu, 1 Jul 2021 09:12:29 -0300 Subject: [PATCH] Update packages/gatsby-source-vtex/src/graphql/pagination/product.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: LarĂ­cia Mota --- packages/gatsby-source-vtex/src/graphql/pagination/product.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-vtex/src/graphql/pagination/product.ts b/packages/gatsby-source-vtex/src/graphql/pagination/product.ts index b8d184b1f8..26d2d41595 100644 --- a/packages/gatsby-source-vtex/src/graphql/pagination/product.ts +++ b/packages/gatsby-source-vtex/src/graphql/pagination/product.ts @@ -16,7 +16,7 @@ interface IPage { const PAGE_SIZE = 90 // VTEX Search API hard limits us to 2500 products at most -// Increasing this hard limit on the API may help us fetching more products +// Increasing this hard limit on the API may help us fetch more products const MAX_PRODUCTS = 2500 export const ProductPaginationAdapter = ({