mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Remove unused finally
This commit is contained in:
parent
2ee501291c
commit
b7cd4fec5d
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user