Skip to content

Commit

Permalink
Merge pull request #818 from webitel/fix/members-destination-filling
Browse files Browse the repository at this point in the history
fix destination filling [WTEL-5746]
  • Loading branch information
RomanZaritskyi authored Dec 19, 2024
2 parents e0addcb + 49f53e4 commit 83874b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default {
}

// if there's no (required) id or destination, skip to the next one
if (!id || !normalizedItem.destination[index]) break;
if (!id || !normalizedItem.destination[index]) continue;

// if there's actually an Id, continue processing
const communication = {
Expand Down

0 comments on commit 83874b8

Please sign in to comment.