Skip to content

Commit

Permalink
Remove ESLint disable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Oct 15, 2023
1 parent 4f42cfb commit 123892b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/scraper.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ const processUrls = async (promises = []) => {
return { errors, values };
};

/* eslint-disable-next-line unicorn/prefer-top-level-await */
(async () => {

Check warning on line 121 in lib/scraper.js

View workflow job for this annotation

GitHub Actions / CI / Lint files

Prefer top-level await over an async IIFE

Check warning on line 121 in lib/scraper.js

View workflow job for this annotation

GitHub Actions / CI / Lint files

Prefer top-level await over an async IIFE

Check warning on line 121 in lib/scraper.js

View workflow job for this annotation

GitHub Actions / CI / Lint files

Prefer top-level await over an async IIFE

Check warning on line 121 in lib/scraper.js

View workflow job for this annotation

GitHub Actions / CI / Lint files

Prefer top-level await over an async IIFE

Check warning on line 121 in lib/scraper.js

View workflow job for this annotation

GitHub Actions / CI / Lint files

Prefer top-level await over an async IIFE

Check warning on line 121 in lib/scraper.js

View workflow job for this annotation

GitHub Actions / CI / Lint files

Prefer top-level await over an async IIFE
try {
console.log('🐶 Fetching and parsing NASA Image of the Day gallery page for image detail URLs...');
Expand Down

0 comments on commit 123892b

Please sign in to comment.