Gianni Chen

Results 1 issues of Gianni Chen

Per https://developer.riotgames.com/apis#match-v5/GET_getMatchIdsByPUUID, this should be seconds Also tried sample code using LeagueJS - Working with seconds (returns populated match id list): ``` const NOW = Date.now(); leagueJs.Match.gettingListByAccount(puuId, process.env.LEAGUE_API_PLATFORM_ID, { beginTime:...