Skip to content

Commit

Permalink
fix(rum): merge conflict for #139
Browse files Browse the repository at this point in the history
  • Loading branch information
ramboz committed Oct 26, 2022
1 parent 8779f34 commit 82b6cbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/plugins/rum.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ function sampleRUM(checkpoint, data = {}) {
const script = document.createElement('script');
script.src = 'https://rum.hlx.page/.rum/@adobe/helix-rum-enhancer@^1/src/index.js';
document.head.appendChild(script);
sendPing(data);
return true;
},
};
Expand Down

0 comments on commit 82b6cbe

Please sign in to comment.