User doesn't have tier
luagugus opened this issue · 1 comments
luagugus commented
If there is no tier
b = my_ranked_stats[1]['tier']
What value does the variable b have?
pseudonym117 commented
Should throw an exception in that case due to my_ranked_stats[1]
being out of bounds. array will have 0 length