We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacdfc7 commit fb83821Copy full SHA for fb83821
1 file changed
src/components/telemetry.js
@@ -79,7 +79,7 @@ WcpConsent.init('en-US', 'cookiebanner', function (err, _siteConsent) {
79
if (showTelemetryDebug) {
80
console.log('WcpConsent.init error', err);
81
}
82
- return error;
+ return err;
83
} else {
84
siteConsent = _siteConsent;
85
0 commit comments