joshmadewell/optimlol

Don't cache empty results

joshmadewell opened this issue · 1 comments

If the match history request fails, we're saving an empty array causing the results from the server to have total stats but no match history. We need to not save anything to DB if the request fails

this was implemented with restructure of api