fix: biome errs

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-05-28 19:22:54 -07:00
parent 94e834134f
commit c601a9b102

View file

@ -52,7 +52,8 @@ export function AdUnit({
// sets data-adsbygoogle-status="done" once it has filled a slot. // sets data-adsbygoogle-status="done" once it has filled a slot.
if (el.getAttribute("data-adsbygoogle-status")) return; if (el.getAttribute("data-adsbygoogle-status")) return;
try { try {
(window.adsbygoogle = window.adsbygoogle || []).push({}); window.adsbygoogle = window.adsbygoogle || [];
window.adsbygoogle.push({});
} catch { } catch {
// AdSense throws if pushed before the script has loaded or on // AdSense throws if pushed before the script has loaded or on
// duplicate pushes. The script processes pending pushes when it // duplicate pushes. The script processes pending pushes when it