Skip to content

Commit

Permalink
TDW-2277 fixed loadads eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
bosco-ensemble committed Apr 9, 2024
1 parent 13070a6 commit 92f1ef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,7 @@ 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);
Expand Down

0 comments on commit 92f1ef9

Please sign in to comment.