Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumewuip committed Aug 28, 2023
1 parent 038a991 commit 3908ff0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rss-to-tana/rss.js
Expand Up @@ -14,7 +14,6 @@ async function parse(feedUrl) {
const content = await response.text()

const feed = htmlparser2.parseFeed(content);

const items = feed.items || []

try {
Expand Down

0 comments on commit 3908ff0

Please sign in to comment.