Skip to content

Commit

Permalink
docs: remove ;
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom committed Nov 15, 2024
1 parent 75dd4a1 commit 3b0a663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/european-user-consent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3b0a663

Please sign in to comment.