Skip to content

Commit

Permalink
[WEB-3494] Review Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
singhkunal2050 committed Feb 26, 2025
1 parent b8cffae commit c3e9e1d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions clevertap.js
Original file line number Diff line number Diff line change
Expand Up @@ -12345,7 +12345,7 @@
break;

/* TODO: Within Visual Editor : Why do we need to select a DOM node for create customEvent
and can we inform the user the type of event they will receive in the editor
and can we inform the user the type of event they will receive in the editor
*/

/* TODO: Can we intro a key for `topic` similar to KV_PAIR in VISUAL_EDITOR & JSON for parity and better UX */
Expand Down Expand Up @@ -14244,9 +14244,6 @@
if (msg.inapp_notifs != null) {
const arrInAppNotifs = {};
const sortedCampaigns = webNativeDisplayCampaignUtils.sortCampaignsByPriority(msg.inapp_notifs);
console.log({
sortedCampaigns
});
const executedTargets = {
nodes: [],
customEvents: []
Expand Down
2 changes: 1 addition & 1 deletion clevertap.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clevertap.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/util/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,6 @@ const _tr = (msg, {
const arrInAppNotifs = {}

const sortedCampaigns = webNativeDisplayCampaignUtils.sortCampaignsByPriority(msg.inapp_notifs)
console.log({ sortedCampaigns })

const executedTargets = {
nodes: [],
Expand Down

0 comments on commit c3e9e1d

Please sign in to comment.