We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e97b452 + 7d4f794 commit b0d4175Copy full SHA for b0d4175
src/lib/cookie/cookie.js
@@ -304,13 +304,15 @@ function readPublisherConsentCookie() {
304
return config.storePublisherConsentGlobally ?
305
readGlobalPublisherConsentCookie() : readLocalPublisherConsentCookie();
306
}
307
+ return Promise.resolve();
308
309
310
function writePublisherConsentCookie(publisherConsentData) {
311
if (config.storePublisherData) {
312
313
writeGlobalPublisherConsentCookie(publisherConsentData) : writeLocalPublisherConsentCookie(publisherConsentData);
314
315
316
317
318
/**
0 commit comments