You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const options = {account_id : "random", matches_requested : 5};
getMatchHistory(options)
This call is not returning latest match information. It is skipping last match and returns 5 matches played before that.
The text was updated successfully, but these errors were encountered:
const options = {account_id : "random", matches_requested : 5};
getMatchHistory(options)
This call is not returning latest match information. It is skipping last match and returns 5 matches played before that.
The text was updated successfully, but these errors were encountered: