rustymotors/server

Refactor deleteGameProfile to use filter

Opened this issue · 0 comments

Consider refactoring the deleteGameProfile function to use filter instead of splice for a more functional approach that avoids mutating the array during iteration.

See the discussion in PR #2037: #2037 (comment)