server
server copied to clipboard
Refactor deleteGameProfile to use filter
trafficstars
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: https://github.com/rustymotors/server/pull/2037#discussion_r1724152046