V2 api: could not get the another page for worldData -> encounter -> fightRankings

@Kihra
Hi Kihra

maybe one bug: could not get the another page for worldData -> encounter -> fightRankings

same response between page 1 and page 2

query {
worldData {
encounter(id: 700)
{fightRankings(metric: speed, partition: 4, serverRegion: “CN”, page: 1)}
}
}

query {
worldData {
encounter(id: 700)
{fightRankings(metric: speed, partition: 4, serverRegion: “CN”, page: 2)}
}
}

This issue has been fixed.

Thank you :wink: