Skip to content

Commit

Permalink
⚡️ Limit items per page for bookstore
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Jan 23, 2025
1 parent 2a9bc80 commit 6827405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ export const fetchBookstoreCMSTags = ({ limit = 100 } = {}) =>

export const fetchBookstoreCMSProductsByTagId = (
tagId,
{ offset, t = BOOKSTORE_CMS_CACHE_RESET_TIMESTAMP, limit = 100 } = {}
{ offset, t = BOOKSTORE_CMS_CACHE_RESET_TIMESTAMP, limit = 30 } = {}
) => {
const qsPayload = {
tag: tagId,
Expand Down

0 comments on commit 6827405

Please sign in to comment.