mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
minor refactor
This commit is contained in:
parent
832674b34c
commit
2b486461e9
@ -18,6 +18,6 @@ final class QueryUpcomingAnimeSeasonHandler extends QueryAnimeSeasonHandlerBase
|
||||
|
||||
protected function getSeasonItems($request, ?AnimeTypeEnum $type): Builder
|
||||
{
|
||||
return $this->repository->getUpcomingSeasonItems($type, $request->kids, $request->sfw, $request->unapproved);
|
||||
return $this->repository->getUpcomingSeasonItems($type);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user