Skip to content

Commit 21c7e89

Browse files
committed
chore: optional google adsense loaded
1 parent 778ea6a commit 21c7e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/registry/google-adsense.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface GoogleAdsenseApi {
1717
/**
1818
* The Google Adsense API.
1919
*/
20-
adsbygoogle: any[] & { loaded: boolean }
20+
adsbygoogle: any[] & { loaded?: boolean }
2121
}
2222

2323
declare global {

0 commit comments

Comments
 (0)