Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to .limit(n): if the next page is not a url (e.g. the link is broken or we reached the last page), the method should return fn(null, pages), and not call fn(null, pages) and continue to the next page.
- Loading branch information