fix: "upcoming" query not using correct sort operator
This commit is contained in:
@@ -36,7 +36,7 @@ const BrowsePopularQuery = graphql(
|
|||||||
media(
|
media(
|
||||||
season: $nextSeason
|
season: $nextSeason
|
||||||
seasonYear: $nextYear
|
seasonYear: $nextYear
|
||||||
sort: START_DATE
|
sort: START_DATE_DESC
|
||||||
type: ANIME
|
type: ANIME
|
||||||
isAdult: false
|
isAdult: false
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user