Skip to content

Commit 743a94d

Browse files
committed
fix: post list limit 사이즈 변경
1 parent 3f02e11 commit 743a94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/post-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const postList = async (fastify: FastifyInstance) => {
1515
try {
1616
const { posts } = await velogClient.getPosts({
1717
username: name,
18-
limit: 5,
18+
limit: 4,
1919
});
2020

2121
const data = {

0 commit comments

Comments
 (0)