We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42f6da commit 688d05aCopy full SHA for 688d05a
src/lib/rss/parser.ts
@@ -97,7 +97,6 @@ export const parseRSSFeedAndSaveToDatabase = async (url: string, podcast_index_i
97
const feedLogService = new FeedLogService();
98
await feedLogService.update(feed, { last_finished_parse_time: new Date() });
99
} catch (error) {
100
- logError('parseRSSFeedAndSaveToDatabase', error as Error);
101
if (error instanceof FeedIsParsingError) {
102
logger.warn(`Feed ${feed?.id} is already parsing.`);
103
} else if (error instanceof FeedNoChangesSinceLastParsedError) {
0 commit comments