diff --git a/docs/european-user-consent.mdx b/docs/european-user-consent.mdx index 638b6e7f..0645f1b6 100644 --- a/docs/european-user-consent.mdx +++ b/docs/european-user-consent.mdx @@ -205,7 +205,7 @@ AdsConsent.gatherConsent() startGoogleMobileAdsSDK() } }) - .catch((error) => console.error('Consent gathering failed:', error)); + .catch((error) => console.error('Consent gathering failed:', error)) // Check if you can initialize the Google Mobile Ads SDK in parallel // using consent obtained in the previous session.