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