Skip to content

Commit a7c98e9

Browse files
committed
increase limit to 50
1 parent 59283ea commit a7c98e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/cards/api/getAIArticles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const getAIArticles = async (userTopics: string[]): Promise<Article[]> => {
77
return axios.get('/engine/feed/get', {
88
params: {
99
tags: userTopics.join(','),
10-
limit: 10,
10+
limit: 50,
1111
},
1212
})
1313
}

0 commit comments

Comments
 (0)