Skip to content

Commit

Permalink
POSTS_PER_PAGE = 100 (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
soygabimoreno committed Oct 27, 2023
1 parent 321db78 commit 5195812
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ interface PostService {
): List<PostApiModel>
}

private const val POSTS_PER_PAGE = 200
private const val POSTS_PER_PAGE = 100

0 comments on commit 5195812

Please sign in to comment.