Skip to content

Commit

Permalink
chore: optional google adsense loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 6, 2024
1 parent 778ea6a commit 21c7e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/registry/google-adsense.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface GoogleAdsenseApi {
/**
* The Google Adsense API.
*/
adsbygoogle: any[] & { loaded: boolean }
adsbygoogle: any[] & { loaded?: boolean }
}

declare global {
Expand Down

0 comments on commit 21c7e89

Please sign in to comment.