From 3908ff0d9f692062cf32608b72f0fa77438ccae2 Mon Sep 17 00:00:00 2001 From: Guillaume Clochard Date: Mon, 28 Aug 2023 20:54:34 +0200 Subject: [PATCH] tmp --- rss-to-tana/rss.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rss-to-tana/rss.js b/rss-to-tana/rss.js index 0eff021..16c23a8 100644 --- a/rss-to-tana/rss.js +++ b/rss-to-tana/rss.js @@ -14,7 +14,6 @@ async function parse(feedUrl) { const content = await response.text() const feed = htmlparser2.parseFeed(content); - const items = feed.items || [] try {