Skip to content

Commit

Permalink
Remove unused finally
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Feb 6, 2024
1 parent 2ee5012 commit b7cd4fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/feeds/FeedReader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ export class FeedReader {
const feedError = new FeedError(url.toString(), error, fetchKey);
log.error("Unable to read feed:", feedError.message, `backing off for ${backoffDuration}ms`);
this.queue.push<FeedError>({ eventName: 'feed.error', sender: 'FeedReader', data: feedError});
} finally {
}
return seenEntriesChanged;
}
Expand Down

0 comments on commit b7cd4fe

Please sign in to comment.