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
When processing a player stat snapshot where the stat is not global, the code tries to access data.globalValue which doesn't exist in the response, causing a runtime error.
Steps to Reproduce
Retrieve player stats for a non-global stat
Expected Behavior
The code should handle cases where globalValue is not present in the response data.