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 Userlists: Don't overwrite page parameter #453

Merged
merged 3 commits into from
Oct 28, 2023

Conversation

Vernoxvernax
Copy link
Contributor

This pull-request depends on #452.

The array from line 20 specifically excludes page among other keys.
Additionally, the constructor of both UserAnimeListRequest and UserMangaListRequest already specify optional values for page.
In the return line, the correct page key has previously been overwritten using the values from the values array, or at least that's what I think.
It works for me, but please test before merging.

line 20 specifically excludes "page" among other keys
@Vernoxvernax Vernoxvernax requested a review from a team as a code owner October 27, 2023 03:30
@irfan-dahir irfan-dahir merged commit b4f4135 into jikan-me:master Oct 28, 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.

3 participants