Skip to content

Commit

Permalink
js changes
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-kakarot committed Jun 11, 2024
1 parent 6fcaeb0 commit 345f8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ query ($page: Int, $perPage: Int, $season: MediaSeason) {
var variables = {
page: 1,
perPage: 10,
season: getSeason,
season: getSeason(),
seasonYear: 2024
}

Expand Down

0 comments on commit 345f8db

Please sign in to comment.