mirror of
https://github.com/vercel/commerce.git
synced 2025-07-04 04:01:21 +00:00
parent
0e7e7b7d5f
commit
13862848ca
@ -53,7 +53,7 @@ export default function getCustomerWishlistOperation({
|
|||||||
|
|
||||||
if (ids?.length) {
|
if (ids?.length) {
|
||||||
const graphqlData = await commerce.getAllProducts({
|
const graphqlData = await commerce.getAllProducts({
|
||||||
variables: { first: 100, ids },
|
variables: { first: 50, ids },
|
||||||
config,
|
config,
|
||||||
})
|
})
|
||||||
// Put the products in an object that we can use to get them by id
|
// Put the products in an object that we can use to get them by id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user