Skip to content

Commit

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

Check failure on line 712 in scripts/scripts.js

View workflow job for this annotation

GitHub Actions / build

'loadAds' was used before it was defined
// eslint-disable-next-line no-use-before-define
loadDelayed(doc);
}

Expand Down

0 comments on commit 13070a6

Please sign in to comment.