Skip to content

Commit

Permalink
FIX: missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
eagerterrier committed Feb 1, 2025
1 parent 11db527 commit 6b8130a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ let parser = new Parser({
});

Object.keys(feeds).forEach((service, i) => {
async () => {
(async () => {
const url = feeds[service].url;
console.log(`fetching ${url}`);
let feed = await parser.parseURL(url);
Expand Down

0 comments on commit 6b8130a

Please sign in to comment.