fix: upcoming query not working
This commit is contained in:
@@ -61,7 +61,7 @@ const UpcomingQuery = graphql(
|
||||
Page(page: $page, perPage: $limit) {
|
||||
media(
|
||||
season: $nextSeason
|
||||
seasonYear: $nextYear
|
||||
seasonYear: $nextSeasonYear
|
||||
sort: POPULARITY_DESC
|
||||
type: ANIME
|
||||
isAdult: false
|
||||
|
||||
Reference in New Issue
Block a user