Skip to content

Commit

Permalink
Fix: size 재조정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunaeri committed Nov 15, 2024
1 parent bc91e97 commit 2028e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/main/apis/fetchShortsList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const fetchShortsByCategory = async (
params: {
categoryId: params.categoryId,
page: params.page ?? 0,
size: params.size ?? 100,
size: params.size ?? 30,
},
});

Expand Down

0 comments on commit 2028e6c

Please sign in to comment.