Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix (zoro): hasNextPage returning true, when it's false #237

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

ghoshRitesh12
Copy link
Contributor

What kind of change does this PR introduce?
Fixed a bug where, when searching for a keyword with an exceded page limit sets hasNextPage to be true, where it should be false.

For example:
image

In this example, I am searching for the keyword a, I did a little digging and found that the max page limit for the keyword "a" is 49. So the page limit 50 should show that hasNextPage is false.

Copy link
Contributor

@riimuru riimuru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@riimuru riimuru merged commit e994036 into consumet:master Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants