Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: double the number of reviews per API request
After some experimentation, I found out that 20 is the maximum page size allowed by the App Store's API (the default is 10). So specify that unless the `limit` passed to `reviews()` is lower than 20, in which case we use that instead.
- Loading branch information