Skip to content

Commit

Permalink
Update pubxaiAnalyticsAdapter.js (#11830)
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann committed Jun 20, 2024
1 parent 0668544 commit cdda91b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions modules/pubxaiAnalyticsAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ let events = {
};

function getStorage() {
try {
return window.top['sessionStorage'];
} catch (e) {
return null;
}
return null;
}

var pubxaiAnalyticsAdapter = Object.assign(adapter(
Expand Down

0 comments on commit cdda91b

Please sign in to comment.