mirror of
https://github.com/iptv-org/iptv
synced 2025-12-17 10:57:18 -05:00
Fixes linter issues
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user