Skip to content

Commit

Permalink
fix page_list example
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Feb 7, 2023
1 parent f62cc2f commit b767aad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ const handler = async (ev) => {
response.products.push(productListing);
}

return JSON.stringify({
return {
items: response,
});
};
}

return {
Expand Down

0 comments on commit b767aad

Please sign in to comment.