rustymotors/server

**Consider adding error handling for profile retrieval.**

Opened this issue · 0 comments

          **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.

Originally posted by @coderabbitai[bot] in #2037 (comment)