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
**Consider adding error handling for profile retrieval.**
The function retrieves profiles using getGameProfilesForCustomerId, but it does not handle potential errors or cases where profiles might not be found.
Consider wrapping the profile retrieval in a try-catch block or checking if the profiles are valid before proceeding.
The function retrieves profiles using
getGameProfilesForCustomerId
, but it does not handle potential errors or cases where profiles might not be found.Consider wrapping the profile retrieval in a try-catch block or checking if the profiles are valid before proceeding.
Originally posted by @coderabbitai[bot] in #2037 (comment)
The text was updated successfully, but these errors were encountered: