Skip to content

Commit

Permalink
Update pubwiseAnalyticsAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Jul 15, 2022
1 parent bcc78b0 commit da2ff53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pubwiseAnalyticsAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function extendUserSessionTimeout() {
}

function userSessionID() {
return storage.getDataFromLocalStorage(localStorageSessName()) ? localStorage.getItem(localStorageSessName()) : '';
return storage.getDataFromLocalStorage(localStorageSessName()) : '';
}

function sessionExpired() {
Expand Down

0 comments on commit da2ff53

Please sign in to comment.