Skip to content

Commit

Permalink
refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
akashrpo committed Sep 14, 2021
1 parent 5536ca0 commit 28a1882
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integrations/ProfitWell/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ class ProfitWell {
"https://public.profitwell.com/js/profitwell.js"
);

const userId = generateUUID().toString();
if (this.siteType === "marketing") {
window.profitwell("start", { user_id: userId });
window.profitwell("start", { user_id: generateUUID().toString() });
return;
}

Expand Down

0 comments on commit 28a1882

Please sign in to comment.