Skip to content

Conversation

Ramil-Mukhametzyanov
Copy link

Authored by Rachid EL GHAZI

Authored by Rachid EL GHAZI
Copy link
Collaborator

@yelizariev yelizariev left a comment

Choose a reason for hiding this comment

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

Do you have steps to reproduce the problem?

msg.more_recipients_value = 4;
for (var i = 0; i < msg.recipients.length; i++) {
if (i >= msg.more_recipients_value) {
if ( (i >= msg.more_recipients_value) && !(msg.recipients[i] === undefined) ){
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
if ( (i >= msg.more_recipients_value) && !(msg.recipients[i] === undefined) ){
if ( (i >= msg.more_recipients_value) && (msg.recipients[i] !== undefined) ){

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