Skip to content

Commit

Permalink
Skip data requests if CMP integration enabled but TCF API is not foun…
Browse files Browse the repository at this point in the history
…d on page
  • Loading branch information
NikolayFrantsev committed Oct 12, 2021
1 parent d0e57d8 commit 9a14aa7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions audienceproject-data-web.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ export const fetch = (customerId, customerOptions, callback) => {

if (typeof __tcfapi !== 'function') {
debugInfo('No TCF 2.0 API found…');

resolve();
return;
}

Expand Down

0 comments on commit 9a14aa7

Please sign in to comment.