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 24, 2025
1 parent b48a252 commit 71d56c8
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 @@ -620,7 +620,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 71d56c8

Please sign in to comment.