mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
bug fixes
This commit is contained in:
@@ -58,7 +58,7 @@ const getProducts: ProductsHandlers['getProducts'] = async ({
|
||||
},
|
||||
{}
|
||||
)
|
||||
const products: Products = []
|
||||
const products: Products = found ? [] : graphqlData.products
|
||||
|
||||
// Populate the products array with the graphql products, in the order
|
||||
// assigned by the list of entity ids
|
||||
|
Reference in New Issue
Block a user