Skip to content

Commit

Permalink
Merge pull request #4668 from Countly/fix/ratings-1
Browse files Browse the repository at this point in the history
[SER-919]Fixed typo
  • Loading branch information
kanwarujjaval authored Nov 2, 2023
2 parents b54fb10 + 357be8b commit cb486b5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@
}

for (var key in custom) {
if (!event.segmentation[key]) {
event.segmentation[key] = custom[key];
if (!eventObject.segmentation[key]) {
eventObject.segmentation[key] = custom[key];
}
}

Expand Down Expand Up @@ -484,4 +484,4 @@
<% } %>
<% } %>
</body>
</html>
</html>

0 comments on commit cb486b5

Please sign in to comment.