Trim URLs from feeds

This commit is contained in:
Jackson Harper 2024-01-16 15:42:59 +08:00
parent 652f4b6180
commit 26d832bb92

View file

@ -310,7 +310,7 @@ const fetchContentAndCreateItem = async (
const payload = {
userId,
source: 'rss-feeder',
url: item.link,
url: item.link.trim(),
saveRequestId: '',
labels: [{ name: 'RSS' }],
rssFeedUrl: feedUrl,