Fixes linter issues

This commit is contained in:
freearhey
2025-07-29 04:31:55 +03:00
parent 09b365ca73
commit 307cfe4b99
5 changed files with 7 additions and 7 deletions

View File

@@ -136,7 +136,7 @@ async function selectChannel(
}
async function selectFeed(channelId: string, feedsGroupedByChannelId: Dictionary): Promise<string> {
const channelFeeds = new Collection(feedsGroupedByChannelId.get(channelId)) || new Collection()
const channelFeeds = new Collection(feedsGroupedByChannelId.get(channelId))
const choices = getFeedChoises(channelFeeds)
const selected: ChoiceValue = await select({