From 13070a6b782712a5d140f2a909f290c17252e9d3 Mon Sep 17 00:00:00 2001 From: bosco-ensemble Date: Mon, 8 Apr 2024 18:21:35 -0700 Subject: [PATCH] TDW-2277 fixed loaddelayed eslint error --- scripts/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scripts.js b/scripts/scripts.js index 4ada6548..9a3d3076 100644 --- a/scripts/scripts.js +++ b/scripts/scripts.js @@ -709,8 +709,8 @@ async function loadPage(doc) { await loadEager(doc); // eslint-disable-next-line no-use-before-define await loadLazy(doc); - // eslint-disable-next-line no-use-before-define await loadAds(doc); + // eslint-disable-next-line no-use-before-define loadDelayed(doc); }