Skip to content

Commit

Permalink
Clear lint (patch.9d8426ac)
Browse files Browse the repository at this point in the history
  • Loading branch information
infinite-persistence committed Oct 7, 2023
1 parent 595d4e0 commit ae08334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/rss.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function fetchStreamUrls(claims) {
const results = claims.map((c) => generateContentUrl(c));
return results;
} catch (error) {
console.error(error);
console.error(error); // eslint-disable-line no-console
return null;
}
}
Expand Down

0 comments on commit ae08334

Please sign in to comment.