4
0
forked from crowetic/commerce

Update get-customer-wishlist.ts (#443)

Closes #442
This commit is contained in:
pfcodes 2021-09-23 12:45:57 -07:00 committed by GitHub
parent 66548c887c
commit b1ede29576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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