sunnydl / GamePerformanceTracker

Team project for CSE 115A in Fall 2021, UCSC
3 stars 0 forks source link

Match history setup #73

Closed erlyu closed 2 years ago

erlyu commented 2 years ago

Check out the new function, let me know if I missed anything, I set it to max 10 since we are currently reading from riot themselves. If reading from database, set the 10 in if (matchListIds.length == 10 && num > 10){ in line 81 to 20.