Skip to content

Conversation

@jmgasper
Copy link
Collaborator

@jmgasper jmgasper requested a review from kkartunov as a code owner November 13, 2025 00:22
@jmgasper jmgasper merged commit 801e22b into master Nov 13, 2025
10 checks passed

if (filters.winnerIds && filters.winnerIds.length > 0) {
payload.winnerIds = filters.winnerIds
payload.winnerIds = filters.winnerIds.map(id => id.toString())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ correctness]
Ensure that all elements in filters.winnerIds are valid and can be safely converted to strings. If any element is null or undefined, this could lead to unexpected behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants