Skip to content

Commit 8353cbc

Browse files
committed
docs: boolean should be let
1 parent b8f63ab commit 8353cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/european-user-consent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The UMP SDK uses the consent status from the previous session.
137137
```js
138138
import mobileAds, { AdsConsent, AdsConsentStatus } from 'react-native-google-mobile-ads';
139139

140-
const isMobileAdsStartCalled = false;
140+
let isMobileAdsStartCalled = false;
141141

142142
// Request an update for the consent information.
143143
AdsConsent.requestInfoUpdate().then(() => {

0 commit comments

Comments
 (0)