Skip to content

Commit 5890671

Browse files
authored
chore: fix linting issue
1 parent e881403 commit 5890671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/aem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ async function init() {
808808
sampleRUM('top');
809809

810810
window.addEventListener('load', () => sampleRUM('load'));
811-
811+
812812
['error', 'unhandledrejection'].forEach((event) => {
813813
window.addEventListener(event, ({ reason, error }) => {
814814
const errData = { source: 'undefined error' };

0 commit comments

Comments
 (0)