1
This commit is contained in:
Evan Pratten 2024-04-13 16:38:08 -04:00
parent 5dc0fd8e32
commit 89258d1c91

View File

@ -7,7 +7,7 @@ export async function onRequest(context) {
// Parse the RSS feed
let rss_data = await rss_feed.text();
let items = rss_data.match(RSS_ITEM_PATTERN);
let items = rss_data.matchAll(RSS_ITEM_PATTERN);
// Generate the outbox content
return new Response(