Skip to content

Commit

Permalink
OneTrust_CookieConesnt_Changes: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchiramoitra committed Dec 24, 2021
1 parent 2f54252 commit 4637b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookieConsent/OneTrust/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class OneTrust {
}
return containsAllConsent;
} catch (e) {
return true;

This comment has been minimized.

Copy link
@saikumarrs

saikumarrs Dec 24, 2021

Member

This should be after the logger.error statement

logger.error(`Error during onetrust cookie consent management ${e}`);
}
}
Expand Down

0 comments on commit 4637b66

Please sign in to comment.